Authorization header:
Creating a key
- Sign in at app.facetflux.com as a tenant admin.
- Go to Settings → API keys.
- Click Create new key, give it a name, and choose a permission level (see below).
- Copy the key immediately — it’s shown once and cannot be retrieved later. Only the last four characters are visible afterward.
Permission levels
When you create a key you pick what it’s allowed to do. This is enforced on both the REST API and the MCP server.
A read-only key can only make
GET requests on the REST API; any mutating call returns 403 with read_only_api_key. On the MCP server, read-only keys can call read tools but mutating tools return a read_only_key error. Choose the narrowest permission that does the job.