Approve Agent Authorization
Agent Auth
Approve Agent Authorization
Called by the frontend after the user signs in.
Verifies the identity token, creates or looks up the user’s API key,
and stores it against the token for the agent to poll via GET /v1/agent-auth/token/{token}.
This endpoint is called by the browser, not by agents directly.
POST
Approve Agent Authorization
Documentation Index
Fetch the complete documentation index at: https://casparser.in/docs/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The token the agent generated and included in the approval URL. Must be 16-128 characters.
Required string length:
16 - 128Example:
"a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6a7b8c9d0e1f2a3b4c5d6a7b8c9d0e1f2"
Body
application/json

