Przejdź do treści
API Reference

Agents

AI Agents Studio - dry-run, approvals, runs. - 12 operations in this section.

OpenAPI reference

agents operations

Server-rendered operation index with methods, paths, scopes and schema downloads. It remains available even when the interactive client reference cannot be loaded by the browser.

Deep link: agents
DarhimLabs API operations with HTTP method, path, required scopes and operation page links.
MethodPathOperationScopesGuide
GET/agents

List agents

listAgents

read
Open
POST/agents

Create agent

createAgent

write
Open
GET/agents/{id}

Get agent details

getAgent

read
Open
PATCH/agents/{id}

Update agent

updateAgent

write
Open
GET/agents/{id}/runs

List agent runs

listAgentRuns

read
Open
POST/agents/{id}/runs

Create agent run

createAgentRun

write
Open
GET/agents/{id}/runs/{run_id}

Get agent run details

getAgentRun

read
Open
POST/agents/{id}/runs/{run_id}/approve

Approve agent run

approveAgentRun

write
Open
POST/agents/{id}/runs/{run_id}/cancel

Cancel agent run

cancelAgentRun

write
Open
POST/agents/{id}/dry-run

Agent dry-run

dryRunAgent

write
Open
POST/agents/{id}/dry-run/stream

Stream agent dry-run

streamAgentDryRun

write
Open
GET/agents/{id}/approvals

List agent approvals

listAgentApprovals

read
Open