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
Response
Agent platform (e.g., claude-code, cursor, windsurf).
Code signing identity used for detection.
When this agent was first detected.
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"
}