Create an API key to start accessing the Userplane API programmatically. Each user can have up to 3 API keys.Documentation Index
Fetch the complete documentation index at: https://docs.userplane.io/llms.txt
Use this file to discover all available pages before exploring further.
Open the Developers tab
Navigate to Account Settings and select the Developers tab.If you don’t have any keys yet, you’ll see the empty state:

Click Create API Key
Click the + Create API Key button. You’ll be prompted to configure your key:
- Name (optional) — A label to identify the key (e.g., “CI Pipeline”, “Production API”)
- Expiration — Choose from: No expiration, 7 days, 30 days, 60 days, or 90 days
Key limits
| Limit | Value |
|---|---|
| Maximum keys per user | 3 |
| Maximum expiration | 90 days |
Expiration options
| Option | Duration |
|---|---|
| No expiration | Key does not expire |
| 7 days | 604,800 seconds |
| 30 days | 2,592,000 seconds |
| 60 days | 5,184,000 seconds |
| 90 days | 7,776,000 seconds |
Next steps
Once you have your key, authenticate API requests by including it as a Bearer token:Related
Manage API Keys
View and manage your existing keys
Rotate API Key
Replace a key without losing your slot
Quickstart
Make your first API call with your new key
Authentication
How to use your key in API requests
