Authentication
Create API key
Creates a new API key for programmatic access. Only available for users authenticated via the UI (Privy). Previous active keys are automatically revoked.
post/auth/api-keys
Response
API key created successfully
Example response
{
"keyId": "key_abc123def456",
"apiKey": "lmts_sk_1234567890abcdef...",
"createdAt": "2025-06-15T10:30:00Z"
}Changes
Changed in 2 of the 32 revisions of this API.2
- ○
the endpoint scheme security
limitless_sessionwas removed from the APIapi-security-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○