Documentation Index
Fetch the complete documentation index at: https://docs.simplefunctions.dev/llms.txt
Use this file to discover all available pages before exploring further.
API keys
| Endpoint | Purpose |
|---|---|
GET /api/keys | List your API keys (redacted) |
POST /api/keys | Create new key |
GET /api/keys/{id} | Key metadata (no secret) |
DELETE /api/keys/{id} | Revoke |
sf_live_<32-char-secret>. The secret is shown exactly once on creation.
CLI auth handshake
For browser-based login (thesf login flow):
| Endpoint | Purpose |
|---|---|
GET /api/auth/cli | Initialize handshake (returns pollKey) |
GET /api/auth/cli/poll?pollKey=... | Poll until user completes browser login |
POST /api/auth/cli/complete | Browser completion endpoint |
Signup
See also
Authentication
Full auth model.
API keys
Key scopes and rotation policy.