Reference
Reference
Lookup tables for Valcraven — environment variables, API endpoints, and the CLI skills that ship with the template.
This section is the flat, scannable reference for Valcraven. Where the rest of the docs explain concepts, these pages are tables you come back to: what every environment variable does, what every API route is, and what each bundled Claude Code skill does.
In this section
- Environment variables — the complete table of variables the template reads, whether each is required, and where it's set (
wrangler.toml [vars]vs. a Worker secret). - API endpoints — every built-in API route grouped by area, with method, path, purpose, and auth requirement.
- CLI skills — the four Claude Code skills the template ships with (
/valcraven-create,/valcraven-sync,/valcraven-mobilize,/configure-sso) and when to use each.
Related
- Getting Started → Environment variables — the getting-started walkthrough for the variables you need first.
- Deployment → Secrets & env — how secrets are set on the deployed Worker.
- Building with Valcraven — recipes that use these routes and skills.