Get started in three steps
Use the Flowra API with an API key. You create and manage keys in the dashboard.Step 1: Get an API key
Open the dashboard
Go to Flowra Dashboard and sign in.
Step 2: Call the API
Authenticate by sending your API key in the x-api-key header or as Authorization: Bearer <api-key>. Example: get your profileYOUR_API_KEY with your actual key.
Base URL: Examples use
https://flowra.dev/api/v1. If your project uses a different API base URL (e.g. custom deployment), use that instead. You can find it in your dashboard or from your team. Some endpoints may not be available in every environment.Step 3: Explore the API
- Authentication — API key and headers in detail.
- API keys — Where to create keys and best practices.
- Tools — Search and browse 20,000+ tools by keyword, toolkit, and tags.
- API reference — Full endpoint list with request/response schemas.
Authentication
Headers and security.
API reference
All endpoints and schemas.