Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Authenticate the Grantiva CLI via browser login
POST /api/v1/auth/cli/sessions
{ "session_id": "uuid" }
GET /api/v1/auth/cli/sessions/:sessionId
{ "status": "pending", "api_key": null, "email": null }
pending
active
expired
{ "status": "active", "api_key": "aat_abc123...", "email": "user@example.com" }
GET /api/v1/auth/me
Authorization
Bearer <api_key>
{ "email": "user@example.com", "api_key_prefix": "aat_abc1" }
Was this page helpful?