Actions are capabilities you enable for your agent. Go to the Actions page in your dashboard to manage them.Documentation Index
Fetch the complete documentation index at: https://docs.argide.ai/llms.txt
Use this file to discover all available pages before exploring further.
Types
| Type | Source | Example |
|---|---|---|
| API Tools | Your OpenAPI spec | getOrderStatus, createTicket |
Enabling Actions
- API Tools — Check/uncheck individual endpoints from your OpenAPI spec
How the Agent Decides
The agent automatically chooses tools based on:- The user’s question
- Tool names and descriptions
- Required parameters
Best Practices
- Start small — Enable only what’s needed, expand later
- Clear descriptions — Help the agent understand when to use each tool
OpenAPI
Set up API tools
