For AI agents: the complete documentation index is available at /hclapi/llms.txt, the full documentation bundle is available at /hclapi/llms-full.txt, and this page is available as Markdown at /hclapi/index.md.
hclapi
Declare your backend

Turn HCL manifests into production-ready HTTP APIs without the usual backend boilerplate.

Declarative

Define servers, connections, schemas, endpoints, and backend behavior directly in HCL.

Composable

Build request pipelines from SQL, Redis, Go, Starlark, transactions, parallel execution, and more.

Explicit

Keep the entire request lifecycle visible from the incoming HTTP request to the final response.

Database-native

Make SQL and Redis operations first-class parts of your API execution pipeline.

Extensible

Use Go integration and Starlark when declarative configuration is not enough.

Built-in expressions

Work with strings, collections, encoding, cryptography, math, and system functions directly in your manifests.