Base URL:Documentation Index
Fetch the complete documentation index at: https://docs.driftless.icu/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Most endpoints require either a Clerk session from the dashboard or an API key from the CLI.Public endpoints
These endpoints do not require authentication:| Method | Path | Purpose |
|---|---|---|
GET | /health | Runtime health check |
GET | /version | API version and deploy metadata |
POST | /workspaces | Workspace bootstrap |
GET | /blog/posts | Public blog index |
GET | /blog/posts/:slug | Public blog post |
POST | /webhooks/github | GitHub App webhook receiver |
POST | /webhooks/clerk | Clerk webhook receiver |
Auth and API keys
| Method | Path | Purpose |
|---|---|---|
GET | /me | Current identity and workspace context |
POST | /auth/api-keys | Create an API key |
GET | /auth/api-keys | List API keys for the workspace |
DELETE | /auth/api-keys/:id | Revoke an API key |