AtlaSent — Evaluate (Remote API)
atlasent_evaluateEvaluate an action against your AtlaSent policies. Returns allow, deny, hold, or escalate with a permitToken on allow to gate the action securely.
Instructions
Evaluate an action against your published AtlaSent policies. Returns allow/deny/hold/escalate with a permitToken on allow. Use this when ATLASENT_MODE=remote and you need to gate an action against your hosted policy engine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | What action is being performed (e.g. 'production.deploy', 'records.delete'). | |
| org_id | Yes | Organization ID that owns the policy. | |
| context | No | Key-value context matched against constraint rules. | |
| explain | No | When true, populates risk_envelope.factors with a per-factor score breakdown | |
| subject | Yes | The actor performing the action (e.g. 'user:alice', 'service:deploy-bot'). | |
| resource | Yes | The resource being acted on (e.g. 'env:prod', 'db:customers'). |