Skip to main content

Agents

List agents

GET /api/v1/navi/agents
Example:
curl -s \
  -H "Cookie: sb-access-token=<your-session-cookie>" \
  https://dev.meridian7.io/api/v1/navi/agents | jq
Example response:
{
  "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"
}
Use this endpoint when you want to:
  • populate a selector in your UI
  • validate that an agent is available before creating a run
  • inspect the public capabilities available in a workspace