AtlaSent — Issue Permit
atlasent_permitIssue a signed permit token for pre-authorized actions, bypassing a full evaluate call when direct authorization is needed.
Instructions
Manually issue a permit token for an action. Use for pre-authorized operations where a full evaluate call is not practical.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The action being permitted (e.g. 'production.deploy'). | |
| org_id | Yes | Organization ID that owns the policy. | |
| context | No | Optional context to bind to the permit. | |
| subject | Yes | The actor the permit is issued for (e.g. 'user:alice'). | |
| resource | Yes | The resource the permit applies to (e.g. 'env:prod'). | |
| ttl_seconds | No | How long the permit is valid in seconds (default 300, max 86400). |