Skip to main content
Isolated, one-shot container executions with bounded resources, lifecycle observation, logs, cancellation, and automatic cleanup.

executions.create

Start an isolated one-shot container execution. Environment values are write-only and never returned.
  • Auth: Organization API key (Authorization: Bearer korve_...) or dashboard session.
  • Minimum role: member
  • Billing: requires active organization billing — returns 402 otherwise.
  • Risk: write

Request body

Example

Responses

Response body (202)

executions.list

List executions in newest-first order.
  • Auth: Organization API key (Authorization: Bearer korve_...) or dashboard session.
  • Minimum role: member
  • Risk: read

Query parameters

Example

Responses

Response body (200)

An array of objects with these fields:

executions.availability

Read provider-neutral scheduling readiness, accepted regions, architectures, and resource limits.
  • Auth: Organization API key (Authorization: Bearer korve_...) or dashboard session.
  • Minimum role: member
  • Risk: read

Example

Responses

Response body (200)

executions.resolve

Resolve this principal’s completed create request by its Idempotency-Key after an ambiguous client failure.
  • Auth: Organization API key (Authorization: Bearer korve_...) or dashboard session.
  • Minimum role: member
  • Risk: read

Query parameters

Example

Responses

Response body (200)

executions.get

Get current execution state and exit information.
  • Auth: Organization API key (Authorization: Bearer korve_...) or dashboard session.
  • Minimum role: member
  • Risk: read

Example

Responses

Response body (200)

executions.cancel

Force-stop a non-terminal execution and clean up its infrastructure.
  • Auth: Organization API key (Authorization: Bearer korve_...) or dashboard session.
  • Minimum role: member
  • Risk: dangerous · sensitive (elevated blast radius)

Example

Responses

Response body (200)

executions.logs

Read bounded execution logs after platform lifecycle chatter is removed.
  • Auth: Organization API key (Authorization: Bearer korve_...) or dashboard session.
  • Minimum role: member
  • Risk: read

Query parameters

Example

Responses

Response body (200)

executions.metrics

Read execution duration and available resource observations. Unsupported observations are null.
  • Auth: Organization API key (Authorization: Bearer korve_...) or dashboard session.
  • Minimum role: member
  • Risk: read

Example

Responses

Response body (200)