Evaluate whether a user is authorized to perform a specific action on a resource. The proxy path represents the original request path being authorized.
Documentation Index
Fetch the complete documentation index at: https://docs.aion.xyz/llms.txt
Use this file to discover all available pages before exploring further.
JWT Bearer token authentication
The user identifier making the request
"john.doe"
The account identifier for the request context
"my-company-account"
The action being performed (e.g., "account:user:read", "project:instance:create")
"project:instance:create"
The original request path being authorized (e.g., "projects/my-project/instances")
"projects/my-project/instances"