Some tools shouldn’t run without a human pressing approve — sending an email blast, charging a card, posting publicly. agntdata supports two complementary mechanisms:Documentation Index
Fetch the complete documentation index at: https://agnt.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
always_ask tools
In the agent’s tool picker, mark sensitive tools as Always ask before using. The agent’s system prompt is automatically augmented with the rule:
Before calling any of [tool list], you MUST first call escalate_to_human describing the action and getting explicit approval. Do not call those tools without an approving response.
This pushes the gating into the agent’s reasoning loop instead of intercepting the call mid-flight, which keeps the conversation responsive and the audit trail clear.
escalate_to_human
A built-in utility tool every agent can call:
- A row is written to
agent_escalationswith statuspending. - If your workspace has a Slack install with a default channel, a message is posted there with deep links back to the dashboard.
- The question shows up in Inbox (
/dashboard/inbox). - A human responds — the answer is returned as the tool result so the agent can continue.