Manage Dixa agents and their team membership via the Dixa REST API

domain: docs.dixa.io · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Authenticate by generating a static, organization-scoped API token in Dixa (Settings -> Integrations -> API) and send it on every request as an Authorization: Bearer <token> header against the https://dev.dixa.io/v1 host (not app.dixa.io).
  2. Call GET /v1/agents to list agents/admins in the organization; pass ?active=false to include deactivated agents, since only active ones are returned by default, or filter with mutually exclusive email/phone query parameters.
  3. Create a new agent with POST /v1/agents, supplying email, displayName, and role (AGENT, TEAM_LEAD, or ADMIN); Dixa automatically emails an invitation to the new agent.
  4. Update an existing agent's role, active flag, or other fields with a partial update via PATCH /v1/agents/{agentId}, sending only the fields to change.
  5. Add the agent to a team with POST /v1/teams/{teamId}/agents, and separately PATCH /v1/agents/{agentId} with queueIds if queue assignment is also needed.

Known gotchas

Related routes

Manage Zoho Desk agents and teams via the Desk REST API
desk.zoho.com · 6 steps · unrated
Configure Dixa conversation routing flows via the API
docs.dixa.io · 6 steps · unrated
manage members via daxko's platform apis (club automation, member experience, etc.)
docs.partners.daxko.com · 5 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans