Skip to content

Build actions

Open in ChatGPT Open in Claude

Actions are what the agent can do: call your APIs, submit forms, navigate your UI, or render a component. Each action has two halves — you define it in Agent Studio (name, description, input schema) and implement it in your code (a handler registered under the action’s key). The agent decides when to call an action from the user’s request; your handler runs it and returns data or renders UI.

Read What are Actions for the model, then Connect actions to wire a handler, then Execute actions for the runtime.