Ai discovery
List system-prompt profiles
GET
/ai/profilesNamed prompt profiles (e.g. "Editor", "Researcher") that can be
passed as the profile body field on chat messages.
Authorization
apiKey X-Api-Key<token>
Issued to you when your integration is provisioned. Determines which catalogue resources are visible and which AI tools are available.
In: header
Response Body
application/json
curl -X GET "https://example.com/ai/profiles"{ "data": { "profiles": [ { "ref": 0, "name": "string" } ] }}