Explain

Capabilities in the `explain` group, auto-generated from defineCapability() declarations.

Explain

POST /auth/explain

Dashboard GenAI explain bridge — route a freeform explain prompt

Capability ID: auth.explain Auth: supabaseJwt Permission: explain.invoke

Request schema

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {},
  "additionalProperties": {}
}

Response schema

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "propertyNames": {
    "type": "string"
  },
  "additionalProperties": {}
}

Examples

explain

Request:

{}

Response:

{}

---