Terraform
Terraform configures Keel resources through infrastructure as code. It is not used to execute or proxy AI requests.
What Terraform is for
Use Terraform to manage Keel control-plane configuration as code. Resource coverage is expanding during public beta; see the provider release notes for the current set of supported resources (projects, provider keys, policies, budgets, and routing configuration are on the roadmap).
What Terraform is not for
Terraform is not part of Keel’s runtime execution path.
It does not:
- send prompts to providers
- proxy model requests
- stream responses
For runtime integrations, use the SDKs:
Last updated on Edit this page on GitHub