Public Endpoints
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 servicesGET /verification-services/active: List active verification services onlyGET /verification-services/:id: Get verification service by IDGET /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 statsGET /public/agents/:ethereumAddress/transactions: List transactions for an agentGET /public/agents/:ethereumAddress/transactions/:requestHash: Get transaction detailGET /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
| Environment | URL |
|---|---|
| Testnet | testnet.navalabs.dev |