API overview
The Navi public API is versioned under a single public base path:Base URL
Replace<your-base-url> with your Navi environment, for example:
First request
Use the service metadata endpoint to confirm access:Response envelope
All successful responses use the same top-level envelope:Error envelope
Current public resources
/api/v1/navi/api/v1/navi/agents/api/v1/navi/deals/api/v1/navi/deals/{dealId}/api/v1/navi/briefings/morning/api/v1/navi/briefings/meeting/api/v1/navi/runs/api/v1/navi/runs/{runId}/api/v1/navi/runs/{runId}/stream/api/v1/navi/usage/summary
Next steps
- Read API authentication
- Use deal routes to inspect context
- Use briefing routes for common workflows
- Use run routes for agent execution

