Api Automation

1

Use the Nivora control plane or versioned API to manage this resource with predictable, auditable operations.

Overview

Every operation is scoped to an organization and records the actor, request ID, timestamp, and result. Mutating API requests require an idempotency key.

API request

cURL
curl https://ability.help/api/v1/instances \
  -H "Authorization: Bearer $NIVORA_API_KEY" \
  -H "Idempotency-Key: $(uuidgen)"

Operational behavior

  • Requests use versioned JSON response envelopes.
  • Long-running work returns a queued state and completes asynchronously.
  • Retries with the same idempotency key return the original result.
Production note

Mock provisioning is restricted to development. Production purchasing remains disabled until a real provider is configured.