SUPPORT
Knowledge Baseβ€ΊAPI & Integrationsβ€ΊCreating and Managing API Keys

Creating and Managing API Keys

Updated 8/26/2026 Β· 112 views

API Key Management

API keys authenticate your integrations with Doclio. Each key has specific scopes that control what it can access.

Creating an API Key

Only organisation owners and admins can create API keys.

  1. Go to Settings β†’ API
  2. Click Create API Key
  3. Give the key a descriptive name (e.g., "Power BI Integration")
  4. Select the scopes/permissions the key needs
  5. Click Create
  6. Copy the key immediately β€” it won't be shown again
Important: Store your API key securely. Never share it in public repositories, client-side code, or unencrypted channels. If a key is compromised, revoke it immediately.

Key Scopes

Scope Access
read:projects List and read project data
read:drawings Access drawing metadata and files
read:annotations Read annotations and comments
write:annotations Update existing annotations (status, priority, assignee, title, description, due date). Annotations cannot be created via the API.

Revoking a Key

  1. Go to Settings β†’ API
  2. Find the key you want to revoke
  3. Click Revoke
  4. The key is immediately disabled β€” any integrations using it will stop working
Was this article helpful?