Actions and Approvals
Every action your agent can take in a connected app runs on its own, asks you first, or stays off. Where to set that, and how to approve a held action in the dashboard, Slack or the terminal.
An action is something your AI teammate can do in a connected app: reply to a ticket, add a tag, refund an order, post to a channel, create a Jira issue. Each integration's page lists its actions.
Every action runs on its own, asks you first, or stays off. You choose per agent, and you can change it any time.

The three settings
Auto
Runs on its own, unless your instructions say to ask first in a given situation
Needs approval
Your agent prepares the action and a person approves or denies it before anything happens
Disabled
Your agent cannot use it at all
On an integration page each action shows the three settings as buttons: a tick for Auto, a hand for Needs approval, a cross for Disabled.

Actions are a permission list, not a workflow. Turning Add tags on means your agent can tag. Your instructions say when, and automations say on which events.
Where to set them
With the agent selected at the top left, open Integrations in the left sidebar and pick the app. Below its knowledge sources, the actions are listed in Read and Write groups, each with the three settings as buttons. Read actions only look things up, so they start on Auto.

A whole group can be set in one go. It shows Custom when its actions are not all on the same setting. Changes save as you make them.

Or say it in chat: "look things up on your own, but ask me before any refund." Your agent changes the settings and tells you what it set.
Start supervised. New agents are safest with replies and anything irreversible on Needs approval. Once the drafts are consistently right, move the routine ones to Auto. Keep refunds, cancellations and anything that costs money behind an approval.
What an approval looks like
When an action set to Needs approval comes up, your agent stops, saves what it wants to do, and notifies the people who can approve it. You see the exact action and its details, the reply text, the refund amount, the tag, and choose:
Approve: it runs now.
Always allow: it runs now, and that action switches to Auto from then on.
Deny: it does not run, and your agent carries on without it.
Where you decide depends on where you are:
Dashboard
Pending approvals are on your agent's home page and in the run on your Activity page. Every approval also has its own page you can open from a link
Slack
If the run started from Slack, an approval card lands in that thread with Approve, Deny and Review in eesel buttons
Email or a helpdesk note
Your agent's note or email includes a link to the approval page
Terminal
eesel approvals lists what is waiting. eesel approvals approve <id> runs it (add --always to switch it to Auto), eesel approvals deny <id> refuses it
Claude Code or another MCP client
Ask in the client's chat ("approve the pending refund"), or use the terminal row above

Approval links can be forwarded to a teammate. Deciding still requires being signed in as an editor of the workspace.
On a new workspace, writes made from the CLI are held the same way: editing instructions, enabling an automation. eesel approvals lists them. A connect that comes back held may not be listed there; confirm that one with eesel status, and if a person needs the link to approve it in the tool, ask for it with eesel chat "give me the connect link for <app>".
Who can approve
Anyone with edit access to the workspace, an Owner or an Editor. See Account. Viewers see approvals but cannot decide them. In Slack, the person clicking is matched to a workspace editor by their Slack profile email. If the emails do not match, the click does nothing and the Review in eesel link is the way through.
Actions and automations together
An automation can only use actions that are on. If the automation's instructions say "reply to the customer" but the reply action is on Needs approval, every reply waits for a person. If the action is Disabled, your agent says it cannot, and leaves an internal note instead if the app supports notes.
To hold a specific case for approval even when the action is on Auto, say so in the automation's instructions ("ask before replying to anything about refunds"), and your agent asks for that case.
FAQ
Related pages
Instructions and Memory for when your agent should use what it is allowed to do
Automations and Schedules for which events it runs on
Integrations overview for each app's actions
The eesel CLI for
eesel approvals
Last updated