openapi.yaml.
What’s in the public contract
| Endpoint | Used by |
|---|---|
POST /api/v1/auth/token | SDK — trade credentials for a JWT |
POST /api/v1/auth/agents/me/platforms | SDK — bootstrap the agent’s platforms |
GET /.well-known/jwks.json | Middleware — fetch public signing keys |
GET /api/v1/platforms/{platform_id}/scopes.yaml | Middleware — fetch the scope file |
mudraid_scopes.yaml schema are part of the contract too.
Server
- Production:
https://api.mudraid.ai

