consumers
Attach a policy to a consumer
Associates a policy with a consumer (idempotent). Editing the policy later affects every consumer it is attached to.
POST
Attach a policy to a consumer
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Associates a policy with a consumer (idempotent). Editing the policy later affects every consumer it is attached to.
curl --request POST \
--url https://agentgateway-admin.dev.neuraltrust.ai/v1/gateways/{gateway_id}/consumers/{id}/policies/{policy_id} \
--header 'Authorization: <api-key>'{
"error": "<string>",
"message": "<string>"
}curl --request POST \
--url https://agentgateway-admin.dev.neuraltrust.ai/v1/gateways/{gateway_id}/consumers/{id}/policies/{policy_id} \
--header 'Authorization: <api-key>'{
"error": "<string>",
"message": "<string>"
}