Skip to main content
GET
/
api
/
v1
/
openclaw
/
security
curl -X GET https://alfred.black/api/v1/openclaw/security \
  -H "Authorization: Bearer alf_your_key_here"
{
  "...": "Structure depends on gateway security output"
}
Run a security audit on your instance’s agent gateway. This reviews the current security configuration and reports any findings or recommendations. The response is returned as structured JSON when available, or as raw text in a raw field.
curl -X GET https://alfred.black/api/v1/openclaw/security \
  -H "Authorization: Bearer alf_your_key_here"
{
  "...": "Structure depends on gateway security output"
}
The response format depends on the gateway’s output. If the gateway returns valid JSON, it is passed through as-is. Otherwise, the raw text is returned in a raw field.