consumers
Attach an auth to a consumer
Associates an auth credential with a consumer (idempotent).
POST
Attach an auth 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 an auth credential with a consumer (idempotent).
curl --request POST \
--url https://agentgateway-admin.dev.neuraltrust.ai/v1/gateways/{gateway_id}/consumers/{id}/auths/{auth_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}/auths/{auth_id} \
--header 'Authorization: <api-key>'{
"error": "<string>",
"message": "<string>"
}