Documentation Index
Fetch the complete documentation index at: https://docs.jelou.ai/llms.txt
Use this file to discover all available pages before exploring further.
What are runtime tokens?
Runtime tokens (prefixjfn_rt_) are credentials that authenticate requests to your functions in production.
Automatic generation
The first deploy generates a token automatically:How to use
Send the token in theX-Jelou-Token header:
| Rule | Detail |
|---|---|
| Header | X-Jelou-Token (not Authorization: Bearer) |
| Format | Header only — not query param, not body |
| Max size | 4 KB |
| Missing token | 401 { "error": "Unauthorized" } |
CLI management
Multiple tokens
You can have multiple active tokens per function — one per environment, service, or team. Revoking one doesn’t affect others.Lost token?
Create a new one:jelou tokens create my-function --name new-token. The old token stays active.
Brain Studio
| Field | Value |
|---|---|
| URL | https://my-function.fn.jelou.ai/mcp |
| Header name | X-Jelou-Token |
| Header value | jfn_rt_abc123... |