Tessra
Menu

Paste these commands into Snowflake to run your first governed action.

RequestPolicyApprovalExecutionReceipt

Tessra

Ops action

Packaged ops keys follow the same request → policy → approval → execution → receipt path.

Example · pause

CALL APP.REQUEST_ACTION_FROM_CORTEX(
  'campaign.pause',
  OBJECT_CONSTRUCT('campaign_id', 'cmp_001'),
  'Incident bridge'
);

Poll

CALL APP.GET_ACTION_STATUS_FOR_CORTEX(
  '<intent_id>'
);

Verify

SELECT *
FROM APP.RECEIPTS_VIEW
ORDER BY created_at DESC
LIMIT 10;

More