Get Your API Key
- Navigate to Settings > API Keys in your Ruddr workspace
- Click Create API Key
- Optionally name the key to identify its purpose or owner
- Click Submit to generate the key
The full token is only displayed once. Copy and store it in a secure location like a password manager. After creation,
only the last 4 characters are visible.
Make Your First Request
Test your connection by fetching your workspace details:
curl https://www.ruddr.io/api/workspace \
-H "Authorization: Bearer YOUR_API_KEY"
A successful response returns your workspace details:
{
"id": "af7d3ba3-785d-4bae-9d1f-6897e15db5f6",
"name": "My Workspace"
}
Next Steps