REST API Reference
AI Agents
Endpoints in the AI Agents group of the /mltk/** REST API.
| Endpoint | Methods | Source file |
|---|---|---|
/mltk/agents |
GET, POST, PUT | bin/rest_handlers/agents.py |
/mltk/agents/{agent_name} |
GET, DELETE | bin/rest_handlers/agents.py |
Backing store. KV collection aitk_agent_collection. SCS (Splunk Cloud Services) is called to provision/delete the agent runtime (default AWS_AGENT_CORE).
Capabilities. Writes require all capabilities in AGENT_RUN_CAPABILITIES. Read access additionally honors a per-record ACL.
Related search command. agentstatus (bin/agent_status.py) is dispatched asynchronously by POST and DELETE to track create / delete progress.
Endpoints Permalink to this section
| Section | Method | Endpoint | Page |
|---|---|---|---|
| 3.1 | GET | /mltk/agents |
get-agents |
| 3.2 | GET | /mltk/agents/{agent_name} |
get-agents-agent-name |
| 3.3 | POST | /mltk/agents |
post-agents |
| 3.4 | PUT | /mltk/agents |
put-agents |
| 3.5 | DELETE | /mltk/agents/{agent_name} |
delete-agents-agent-name |