Nava Service API
| Environment | Base URL |
|---|
| Testnet | https://internal.navalabs.dev/api |
Health and Status
GET /: Service info (public)
GET /health: Health check (public)
Verification Services
These endpoints are public and require no authentication:
GET /verification-services: List all verification services
GET /verification-services/active: List active verification services only
GET /verification-services/:id: Get verification service by ID
GET /verification-services/inbox/:inbox: Get verification service by inbox address
Public Agent Profiles
These endpoints are public and require no authentication:
GET /public/agents/:ethereumAddress: Get public agent profile and stats
GET /public/agents/:ethereumAddress/transactions: List transactions for an agent
GET /public/agents/:ethereumAddress/transactions/:requestHash: Get transaction detail
GET /public/agents/:ethereumAddress/metrics: Get agent metrics (filterable by period: 24h, 7d, 30d, all)
MCP Server
- Remote MCP endpoint:
https://internal.navalabs.dev/api/mcp
- OAuth protected resource metadata:
GET /.well-known/oauth-protected-resource
- OAuth authorization server metadata:
GET /.well-known/oauth-authorization-server
Nava UI
NavaChain