For the complete documentation index, see llms.txt. This page is also available as Markdown.

2025-10-22: AI Service - support for AI agents

Overview

We added a new API for managing and communicating with AI agents.

Added endpoints

Endpoint
Description

Starting agent chat

It allows chatting with AI agents.

Starting agent async chat

It allows chatting with AI agents asynchronously.

It retrieves all agent templates.

Searching agent templates

It searches for agent templates.

It creates a new agent based on the selected template.

Listing agents

It retrieves all agents.

Searching agents

It searches for agents.

Retrieving agent by ID

It retrieves details of an agent by its ID.

Upserting agent

It creates or updates an agent.

Partially updating agent

It partially updates an agent.

Deleting agent

It deletes an agent.

Listing available jobs

It retrieves all agent jobs.

Searching jobs

It searches for agent jobs.

Retrieving available job

It retrieves an agent job.

Deleting a job

It deletes an agent job.

Listing commerce events

It retrieves a list of commerce events.

Listing MCP servers

It retrieves all MCP servers.

Searching MCP servers

It searches for MCP servers.

It retrieves an MCP server.

Upserting MCP server

It upserts an MCP server.

It partially updates an MCP server.

Deleting MCP server

It deletes an MCP server.

Listing tokens

It retrieves all AI tokens.

Searching tokens

It searches for AI tokens.

Retrieving token by ID

It retrieves a token by its ID.

Upserting token

It creates or updates an AI token.

Partially updating token

It partially updates an AI token.

Deleting token

It deletes an AI token.

Listing tools

It retrieves all AI tools.

Searching tools

It searches for AI tools.

Retrieving tool by ID

It retrieves an AI tool.

Upserting tool

It creates or updates an AI tool.

Partially updating tool

It partially updates an AI tool.

Deleting tool

It deletes an AI tool.

Known problems

There are no known problems.

Last updated

Was this helpful?