Skip to Content
APIAPI Playground

API

The TASKBASE API can manage supported tasks, runs, tables, and other resources from an external system. API availability depends on plan and workspace configuration.

API keys

API keys belong to a workspace. An owner or administrator can create and revoke them in settings when the feature is enabled.

The secret value is shown only when the key is created. Store it in a dedicated secret manager. Never put it in chat, documents, ordinary task inputs, or client-side code.

Send the key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Revoke and replace a key immediately if it may have been exposed or is no longer used.

API Playground

After signing in, use the Playground to inspect TASKBASE API requests and responses.

  1. Choose Sign in with Google.
  2. Enter an API key.
  3. Select a method and path, then send a request with small test data.
  4. Inspect the status, headers, and response body.

The Playground is limited to 30 requests per minute and is intended for exploration, not production processing.

...

Safe API use

  • Begin with read operations and test data.
  • Confirm workspace, space, and item count before updates or deletion.
  • Handle timeouts, retries, and duplicate requests.
  • Do not write complete API responses to public logs.
  • Check your contract and in-product guidance for production limits.

Use the currently supported paths and request formats provided for your workspace.

Last updated on