Skip to main content
API keys are available on the Enterprise plan. See pricing for details.

Base URL

All API requests are made to:
For requests that include a body (POST, PATCH), set the Content-Type header to application/json.

API keys

DroneBundle uses API keys to authenticate requests. Each key is tied to a specific workspace, so all resources you create or access through the key belong to that workspace. API keys use the prefix v1_ and are passed as a Bearer token in the Authorization header.

Creating an API key

  1. Log in to your DroneBundle dashboard
  2. Click Create API Key
  3. Give the key a name (e.g., “n8n Integration”, “Internal Dashboard”)
  4. Select a scope
  5. Copy the key and store it somewhere safe
The full key is only shown once. If you lose it, you will need to create a new one.

Scopes

Each API key has a scope that controls what it can do:

Rate limits

The API allows up to 1000 requests per minute. Requests that exceed this limit will be rejected. The sandbox environment has lower rate limits.

Error responses

When authentication fails, the API returns a 403 status code with a JSON body explaining the reason. Invalid or missing key
Inactive key
Read-only key used for a write operation
Enterprise plan required
Endpoint not available via API key
API keys grant access to your workspace data. Keep them secure and never expose them in client-side code or public repositories.