> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flokitai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# API introduction

> Placeholder API reference for the FloKit growth action surface.

<Note>
  The FloKit v1 REST API is in design-partner preview — endpoints and schemas may change before general availability. Contact your FloKit team for access.
</Note>

The production FloKit API spec is not finalized in this scaffold. This section reserves the docs structure for API keys, growth actions, workspaces, integrations, and reporting endpoints.

## Authentication

API requests should use an API key or bearer token over HTTPS.

```bash theme={null}
curl https://YOUR-FLOKIT-API-HOST/v1/actions \
  -H "Authorization: Bearer $FLOKIT_API_KEY"
```

## Planned resources

* Workspaces
* Apps
* Integrations
* Growth actions
* Guardrails
* Reports

<Tip>
  Replace this manual API section with OpenAPI-generated pages when the endpoint contract is stable.
</Tip>
