API referenceEndpoints
List api keys
Requires an authenticated user JWT. Generated from the production route registered in `internal/features/apikeys/inbound/http.go`.
GET
/v1/api-keysRequires an authenticated user JWT. Generated from the production route registered in internal/features/apikeys/inbound/http.go.
Authorization
bearerAuth AuthorizationBearer <token>
Engine-issued API key or tenant-signed JWT.
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/api-keys"{}Set policy
Requires organization-administrator authority. Generated from the production route registered in `internal/features/knowledgeagent/inbound/http.go`.
Create api key
Requires an authenticated user JWT. Generated from the production route registered in `internal/features/apikeys/inbound/http.go`.