Skip to main content

Get Your API Key

  1. Navigate to Settings > API Keys in your Ruddr workspace
  2. Click Create API Key
  3. Optionally name the key to identify its purpose or owner
  4. 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