Skip to main content

Use cases

Common governed flow

The contract approval, CRM pipeline, vendor onboarding, financial audit, IT access, and data-quality examples share the same safety pattern:

  1. Authenticate and confirm the workspace.
  2. Discover the targeted ObjectType and candidate instances.
  3. Read graph context when linked evidence is required.
  4. Describe the action and its input contract.
  5. Create and inspect a dry-run plan.
  6. Verify, apply with an idempotency key, and read the final state.
  7. Clean up temporary QA fixtures.

Each action, input, and final state is schema-specific. Use schema and action discovery in the target workspace instead of copying identifiers from another workspace.

The executable staging witnesses live under tests/scripts/public-cli-*-check.cjs and record observed results in the public use-case validation log.

See Plans and actions and Queries.