v1

latestOpenAPI 3.0.0Cognigy Proprietary License2026-07-2239524.1 MB
AI Agents

Get AI Agents from the Job Market

Gets a list of AI Agents from the job market that are ready for hire.

get/v2.0/aiagents/hire/templates

Headers

Accept'application/json' | 'application/hal+json' | 'application/xml' | 'text/xml' | 'text/csv'

The Accept header specifies the media type that the client expects in the response. Available options: application/json, application/hal+json, application/xml, text/xml, text/csv. The default value is application/json.

Response

Returns available AI Agents for hire.

Example response

{
  "templates": [
    {
      "templateId": "RetailAssistant-Rita",
      "aiAgentName": "Rita",
      "aiAgentFileName": "Rita.tar",
      "aiAgentImage": "https://cognigy.com/rita.png",
      "aiAgentDescription": "I am a virtual assistant that can help you with your questions."
    }
  ]
}