Skip to main content
GET
/
v1
/
agents
/
{agent_id}
/
enforcement-plan
Describe an assistant's policy enforcement plan (per point, per transport)
curl --request GET \
  --url https://api-sandbox.featherhq.com/v1/agents/{agent_id}/enforcement-plan \
  --header 'x-api-key: <api-key>'
{
  "agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "policies_enabled": true,
  "points": [
    {
      "enforcement_point": "<string>",
      "policies": [
        {
          "policy_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "policy_name": "<string>",
          "check_type": "<string>",
          "action": "<string>",
          "mode": "<string>",
          "strictness": "<string>",
          "priority": 123,
          "strategies": [
            {
              "transport_class": "<string>",
              "strategy": "<string>",
              "consequence": "<string>"
            }
          ],
          "tool_target": "<string>"
        }
      ],
      "dominance_by_transport": {},
      "warnings": [
        "<string>"
      ]
    }
  ],
  "agent_revision_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

x-api-key
string
header
required

Path Parameters

agent_id
string<uuid>
required

Response

Successful Response

The full no-turn enforcement plan for one assistant (read-only describe surface).

agent_id
string<uuid>
required
policies_enabled
boolean
required
points
EnforcementPlanPoint · object[]
required
agent_revision_id
string<uuid> | null