Capability registry — 219 actions
read from the same registry the API classifies against
| Action | Domain | What it does |
|---|---|---|
pricing.select_model | pricing | Select the model that will price business |
pricing.apply_adjustment | pricing | Record an actuarial judgment adjustment |
rating.activate_version | pricing | Activate a rate order version |
rating.deploy_staging | pricing | Deploy a rate order to staging |
rating.promote_production | pricing | Promote a rate order to production |
rating.rollback | pricing | Roll back a production deployment |
rating.set_challenger | pricing | Route live traffic to a challenger |
reserving.save_selections | reserving | Persist selections onto a close project |
reserving.lock_close | reserving | Lock a reserving close |
validation.signoff | regulatory | Sign off a model validation run |
filing.submit | regulatory | Submit a regulatory filing |
assumptions.update | reserving | Change actuarial assumptions |
certification.certify_version | certification | Certify a dataset version for production use |
valuation.signoff | valuation | Sign off the valuation or its assumption basis |
ifrs17.approve_disclosure | ifrs17 | Approve a disclosure pack for finance use |
model.gate_decision | governance | Set the deployment gate decision for a model |
model.block_deployments | governance | Block deployments for a model that failed its gate |
workflow.assign_owner | workflow | Assign or change the accountable owner of a task |
Read
165
run freely
Propose
36
draft only
Mutate
18
human approves
Three kinds, one classification
- •read — inspects data, changes nothing.
- •propose — creates a draft artifact. Reversible, visible, not yet load-bearing.
- •mutate — changes what the business does. An agent may only request it.
Why it matters
Every action is classified once, in one place. Not in a prompt, not per integration — which is why the next scene can put an arbitrary string through the same function the API uses and get the same answer.