Documentation Index
Fetch the complete documentation index at: https://docs.getagentdrive.com/llms.txt
Use this file to discover all available pages before exploring further.
This endpoint only works with claimed drive keys. If you provisioned a drive and haven’t claimed it yet, use GET /v0/account/usage instead for basic usage info.
curl https://api.getagentdrive.com/v0/account \
-H "Authorization: Bearer YOUR_API_KEY"
{
"id": "usr_abc123",
"email": "jane@example.com",
"name": "Jane Doe",
"plan": "pro",
"created_at": "2026-01-01T00:00:00Z"
}
Response
Unique identifier for the account.
The email address associated with the account.
The current subscription plan.
ISO 8601 timestamp of when the account was created.