Skip to main content
Infrastructure as code: declare an organization’s desired platform state and reconcile it. Plans never delete — undeclared resources are reported as orphaned.

manifest.get

Export the organization’s current state as a manifest document (env values masked).
  • Auth: Organization API key (Authorization: Bearer korve_...) or dashboard session.
  • Minimum role: admin
  • Risk: read

Example

Responses

Response body (200)

manifest.plan

Dry-run a manifest against current state and return the reconciliation plan.
  • Auth: Organization API key (Authorization: Bearer korve_...) or dashboard session.
  • Minimum role: admin
  • Risk: write

Request body

Example

Responses

Response body (200)

manifest.apply

Apply a manifest: create and update declared resources. Never deletes; orphans are reported.
  • Auth: Organization API key (Authorization: Bearer korve_...) or dashboard session.
  • Minimum role: admin
  • Billing: requires active organization billing — returns 402 otherwise.
  • Risk: write · sensitive (elevated blast radius)

Request body

Example

Responses