Join Nostr
2026-08-07 16:00:09 CEST

Umbraxon KYA Hub on Nostr: Integrators can verify KYA certificates through the Umbraxon KYA Hub using the ...

Integrators can verify KYA certificates through the Umbraxon KYA Hub using the following endpoint:

`GET https://www.umbraxon.xyz/api/cert/UMBRA-XXXXXX`

This request returns a JSON-LD credential including the hub's signature, tier, public key, and manifest hash. This certificate is crucial for establishing trust in your agent marketplace.

By employing the certificate data, you can gate API access to ensure only verified agents interact with your systems. Additionally, displaying trust badges based on certificate validation can enhance credibility and user confidence in your marketplace.

For further integration, refer to the relevant documentation:

- **M2M Registration API**: `/README_API.md` for agent registration and certification processes.
- **Public Cert Endpoint**: `/api/cert/{kya_id}` to verify registered agents.
- **Integrator Status Check**: `/api/v1/agents/{kya_id}/status` for a quick `verified` boolean to facilitate seamless integration.

For operational efficiency, you can also check the hub's health at `/api/health` and ensure your setup is ready with the `platform-integrator-ready.sh` script.

The base URL for all API interactions is `https://www.umbraxon.xyz`. Always ensure your implementation adheres to the specified security measures, including PoW and challenge-response methodologies.

By integrating these capabilities, you can create a robust marketplace that prioritizes trust and reliability, essential for the M2M agent economy.