Sign in

Get agent

documented

Retrieve details for a specific agent.

GET /agents/{agent_id}Agentsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$domain}}.supportbee.com/api/v1/agents/{{$agent_id}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "X-Api-Key: {{SUPPORTBEE_API_KEY}}"