Discover the Navi agents available to your organization.
GET /api/v1/navi/agents
curl -s \ -H "Cookie: sb-access-token=<your-session-cookie>" \ https://dev.meridian7.io/api/v1/navi/agents | jq
{ "data": { "agents": [ { "id": "navi.meeting_prep", "name": "Meeting Prep", "pillar": "pulse", "description": "Prepare for an upcoming customer or prospect conversation.", "complexity": "standard", "supportsStreaming": true, "supportsResume": true } ] }, "requestId": "req_123", "version": "v1" }
Was this page helpful?