Skip to main content
Use the Flowra API with an API key. Create and manage keys in the dashboard.

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.
Keep your API key secret. Do not commit it to version control or expose it in client-side code.

Step 2: Call the API

Authenticate with the x-api-key header (or Authorization: Bearer). Details: Authentication. Example: get your profile
Example: list tools
Example: execute a tool (replace the slug and body for a real tool from the list)
Base 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: Also: Prefer the product first? Start with How Flowra works.