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:
- Authenticate and confirm the workspace.
- Discover the targeted ObjectType and candidate instances.
- Read graph context when linked evidence is required.
- Describe the action and its input contract.
- Create and inspect a dry-run plan.
- Verify, apply with an idempotency key, and read the final state.
- 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.