API Reference
The GNS-AIP backend exposes REST endpoints for agent provisioning, delegation, manifests, compliance, and breadcrumbs.
Base URL: https://gns-browser-production.up.railway.app
Endpoints
| Method | Path | Description |
|---|---|---|
| POST | /agents/provision | Provision agent identity |
| POST | /agents/delegate | Create delegation certificate |
| GET | /agents/:id/manifest | Fetch agent manifest |
| GET | /agents/:id/compliance | Query compliance score |
| POST | /agents/:id/breadcrumbs | Submit breadcrumbs |
Authentication
All endpoints accept Ed25519-signed requests. The SDKs handle signing automatically.
Rate Limits
Testnet: 100 requests/minute per agent. Production: configurable per organization.
