Skip to content

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

MethodPathDescription
POST/agents/provisionProvision agent identity
POST/agents/delegateCreate delegation certificate
GET/agents/:id/manifestFetch agent manifest
GET/agents/:id/complianceQuery compliance score
POST/agents/:id/breadcrumbsSubmit 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.

Released under the MIT License.