AARTS Endpoints

MethodPathDescription
POST/console/aarts/checkCheck a request through AARTS engine
GET/console/aarts/policiesList runtime safety policies
POST/console/aarts/policiesAdd a new AARTS policy
DELETE/console/aarts/policies/{id}Remove a policy

AARTS Check

POST /console/aarts/check
{
  "identity_did": "did:trusthub:acme:abc123",
  "entity_type": "agent",
  "resource": "/api/payments",
  "action": "transfer",
  "skill_ids": ["abc123..."]
}