Documentation Index
Fetch the complete documentation index at: https://developers.flowestate.app/llms.txt
Use this file to discover all available pages before exploring further.
1. Create an API key
- Sign in to your FlowEstate organization at panel.flowestate.app.
- Navigate to Settings → API Keys.
- Click New API key, give it a descriptive name (e.g.
make-lead-ingest), and select the scopes you need. Most “send leads from a form” use cases only needleads:write. - Copy the key — it starts with
fe_k_.
2. Test the key
The/me endpoint requires no scope and is the safest sanity check:
3. Create your first lead
201 Created response with the new lead’s id means everything is wired correctly. Open the Leads view in your dashboard — Ada should be there.
At least one of
email or phone is required. Empty strings are treated as missing. See Create a lead for the full payload.4. Next steps
- Authenticate properly and understand scopes.
- Learn how errors and rate limits surface in responses.
- Subscribe to webhooks so your other systems react when something changes inside FlowEstate.