AI-агенты команды
Администрирование AI-агентов команды: навыки, файлы, cron-задачи, пресеты.
Список AI-агентов команды
Авторизация
bearerAuth В: header
Тело ответа
application/json
curl -X GET "https://loading/ws/api/agents"[
{
"property1": null,
"property2": null
}
]Список cron-задач агентов
Авторизация
bearerAuth В: header
Тело ответа
application/json
curl -X GET "https://loading/ws/api/agents/cron"{
"property1": null,
"property2": null
}Создать cron-задачу агента
Авторизация
bearerAuth В: header
Тело запроса
application/json
TypeScript-определения
Используйте тип request body в TypeScript.
Тело ответа
application/json
curl -X POST "https://loading/ws/api/agents/cron" \ -H "Content-Type: application/json" \ -d '{ "property1": null, "property2": null }'{
"property1": null,
"property2": null
}Статус cron-планировщика
Авторизация
bearerAuth В: header
Тело ответа
application/json
curl -X GET "https://loading/ws/api/agents/cron/status"{
"property1": null,
"property2": null
}Изменить cron-задачу
Авторизация
bearerAuth В: header
Параметры пути
Идентификатор cron-задачи
Тело запроса
application/json
TypeScript-определения
Используйте тип request body в TypeScript.
Тело ответа
application/json
curl -X PATCH "https://loading/ws/api/agents/cron/string" \ -H "Content-Type: application/json" \ -d '{ "property1": null, "property2": null }'{
"property1": null,
"property2": null
}Удалить cron-задачу
Авторизация
bearerAuth В: header
Параметры пути
Идентификатор cron-задачи
Тело ответа
application/json
curl -X DELETE "https://loading/ws/api/agents/cron/string"{
"property1": null,
"property2": null
}Приостановить cron-задачу
Авторизация
bearerAuth В: header
Параметры пути
Идентификатор cron-задачи
Тело ответа
application/json
curl -X POST "https://loading/ws/api/agents/cron/string/pause"{
"property1": null,
"property2": null
}Возобновить cron-задачу
Авторизация
bearerAuth В: header
Параметры пути
Идентификатор cron-задачи
Тело ответа
application/json
curl -X POST "https://loading/ws/api/agents/cron/string/resume"{
"property1": null,
"property2": null
}Запустить cron-задачу немедленно
Авторизация
bearerAuth В: header
Параметры пути
Идентификатор cron-задачи
Тело ответа
application/json
curl -X POST "https://loading/ws/api/agents/cron/string/run"{
"property1": null,
"property2": null
}История запусков cron-задачи
Авторизация
bearerAuth В: header
Параметры пути
Идентификатор cron-задачи
Параметры запроса
Максимум записей (по умолчанию 20)
Тело ответа
application/json
curl -X GET "https://loading/ws/api/agents/cron/string/runs"{
"property1": null,
"property2": null
}Список пресетов агентов
Авторизация
bearerAuth В: header
Тело ответа
application/json
curl -X GET "https://loading/ws/api/agents/presets"{
"property1": null,
"property2": null
}Применить пресет к агенту команды
Авторизация
bearerAuth В: header
Тело запроса
application/json
TypeScript-определения
Используйте тип request body в TypeScript.
Идентификатор пресета
Тело ответа
application/json
curl -X POST "https://loading/ws/api/agents/presets/apply" \ -H "Content-Type: application/json" \ -d '{ "presetId": "string" }'{
"property1": null,
"property2": null
}Пресет агента
Авторизация
bearerAuth В: header
Параметры пути
Идентификатор пресета
Тело ответа
application/json
curl -X GET "https://loading/ws/api/agents/presets/string"{
"property1": null,
"property2": null
}Статус навыков агентов
Авторизация
bearerAuth В: header
Параметры запроса
Фильтр по агенту
Тело ответа
application/json
curl -X GET "https://loading/ws/api/agents/skills"{
"property1": null,
"property2": null
}Установить навык агентам
Авторизация
bearerAuth В: header
Тело запроса
application/json
TypeScript-определения
Используйте тип request body в TypeScript.
Тело ответа
application/json
curl -X POST "https://loading/ws/api/agents/skills" \ -H "Content-Type: application/json" \ -d '{}'{
"property1": null,
"property2": null
}Прочитать SKILL.md навыка
Авторизация
bearerAuth В: header
Параметры запроса
Имя навыка
Тело ответа
application/json
curl -X GET "https://loading/ws/api/agents/skills/file?name=string"{
"property1": null,
"property2": null
}Записать SKILL.md навыка
Авторизация
bearerAuth В: header
Параметры запроса
Имя навыка
Тело запроса
application/json
TypeScript-определения
Используйте тип request body в TypeScript.
Новое содержимое файла
Тело ответа
application/json
curl -X PUT "https://loading/ws/api/agents/skills/file?name=string" \ -H "Content-Type: application/json" \ -d '{ "content": "string" }'{
"property1": null,
"property2": null
}Каталог MCP-инструментов агентов
Авторизация
bearerAuth В: header
Параметры запроса
Фильтр по агенту
Тело ответа
application/json
curl -X GET "https://loading/ws/api/agents/tools"{
"property1": null,
"property2": null
}Файлы рабочего пространства агента
Авторизация
bearerAuth В: header
Параметры пути
Идентификатор агента
Тело ответа
application/json
curl -X GET "https://loading/ws/api/agents/string/files"{
"property1": null,
"property2": null
}Прочитать файл агента
Авторизация
bearerAuth В: header
Параметры пути
Идентификатор агента
Имя файла (URL-encoded, поддерживает подкаталоги)
Тело ответа
application/json
curl -X GET "https://loading/ws/api/agents/string/files/string"{
"property1": null,
"property2": null
}Записать файл агента
Авторизация
bearerAuth В: header
Параметры пути
Идентификатор агента
Имя файла (URL-encoded, поддерживает подкаталоги)
Тело запроса
application/json
TypeScript-определения
Используйте тип request body в TypeScript.
Новое содержимое файла
Тело ответа
application/json
curl -X PUT "https://loading/ws/api/agents/string/files/string" \ -H "Content-Type: application/json" \ -d '{ "content": "string" }'{
"property1": null,
"property2": null
}