Skip to main content
GET
/
v1
/
agents
/
{id}
curl https://api.quintai.dev/v1/agents/claude-code \
  -H "Authorization: Bearer qt_deploy_YOUR_TOKEN"
{
  "id": "claude-code",
  "platform": "claude-code",
  "signing_id": "com.anthropic.claude-code",
  "first_seen": "2026-04-10T09:00:00Z",
  "last_seen": "2026-04-12T15:30:00Z"
}

Documentation Index

Fetch the complete documentation index at: https://quintsecurity.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Requires Authorization: Bearer header with a deploy token (qt_deploy_*) or Supabase JWT.

Path Parameters

id
string
required
Agent identifier.

Response

id
string
Agent identifier.
platform
string
Agent platform (e.g., claude-code, cursor, windsurf).
signing_id
string
Code signing identity used for detection.
first_seen
datetime
When this agent was first detected.
last_seen
datetime
When this agent was most recently active.
curl https://api.quintai.dev/v1/agents/claude-code \
  -H "Authorization: Bearer qt_deploy_YOUR_TOKEN"
{
  "id": "claude-code",
  "platform": "claude-code",
  "signing_id": "com.anthropic.claude-code",
  "first_seen": "2026-04-10T09:00:00Z",
  "last_seen": "2026-04-12T15:30:00Z"
}