Get started in three steps
Step 1: Get an API key
1
Open the dashboard
Go to Flowra Dashboard and sign in.
2
Create or select a project
Use an existing project or create one. API keys are scoped to a project. See Projects and API keys.
3
Create an API key
In your project, open Project → API Keys. Create a new key and copy it. Store it securely; you will not see the full key again.
Step 2: Call the API
Authenticate with the x-api-key header (or Authorization: Bearer). Details: Authentication. Example: get your profileBase URL: Examples use
https://flowra.dev/api/v1. If your project uses a different API base URL, use that instead.Step 3: Explore
Prefer the SDK for app backends:- SDKs — Overview
- TypeScript SDK —
@flowra/sdk - Python SDK —
flowra
- Run a workflow — Execute and inspect a run
- Connect an account — OAuth link flow
- Tools — Search and execute tools
- API reference — Full schemas