Agents
Manages AI agents, tools, actors, and workflows.
📄️ List Tools
List all tools, including built-in tools.
📄️ Create Tool
Create a tool from the supplied type and execution configuration.
📄️ Get Tool Versions
List version history for a specific tool.
📄️ Preview Agent Resource Delete
Preview agents that block deletion across AI Studio resources.
📄️ Get Tool
Return a tool or a requested stored version after read permission is checked. Source-provided built-in tools are globally readable by id or name and do not support versions.
📄️ Update Tool
Update a tool. Built-in tools cannot be modified.
📄️ Delete Tool
Delete a tool. Built-in tools cannot be deleted.
📄️ Duplicate Tool
Create an editable copy of a tool. Stored tools require read access; source-provided built-ins are globally readable. The copy keeps the executable definition, uses the requested identity and placement, and is not marked as built-in.
📄️ List Actors
List all actors, including built-in actors.
📄️ Create Actor
Create an actor from the supplied execution configuration.
📄️ Get Actor Versions
List version history for a specific actor.
📄️ Get Actor
Return an actor or a requested stored version after read permission is checked. Source-provided built-in actors are globally readable by id or name and do not support versions.
📄️ Update Actor
Update an actor. Built-in actors cannot be modified.
📄️ Delete Actor
Delete an actor. Built-in actors cannot be deleted.
📄️ Duplicate Actor
Clone an actor into an editable copy.
📄️ List Agents
List all agents. Only returns agents the user has permission to access.
📄️ Create Agent
Create an agent and its workflow definition from the request body.
📄️ Get Agent Versions
List version history for a specific agent.
📄️ Get Agent
Retrieve a specific agent. If a version is specified, return that version.
📄️ Update Agent
Change mutable agent configuration fields after write permission is checked. Fields omitted from the request keep their current values.
📄️ Delete Agent
Permanently remove an agent after delete permission is checked. The deleted agent can no longer be opened or deployed.
📄️ Search Agent Tables
Return the semantic-table candidates and selected matches for an agent request.
📄️ Search Agent Templates
Return the template candidates selected for an agent request.