Ways to call the API
You can interact with the Bolt API using any of these:Requirements
Bolt API calls authenticate with a Paradime API key that has the Bolt schedules admin capability. Paradime supports two key types:- Account API keys (recommended) — a Bearer token that can access multiple workspaces.
- Workspace API keys (legacy) — an
API KeyandAPI Secretscoped to a single workspace.
Trigger a schedule from an external system
To drive a schedule entirely from the API (for example, from Airflow, Dagster, or Prefect), give it the Off trigger so it only runs when you call it. The schedule can be built either way:- In the UI — create or edit the schedule and select the Off trigger type.
- As code — set
schedule: "OFF"in the schedule’s YAML.
paradime_schedules.yml (as-code option)