Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.usecrow.ai/llms.txt

Use this file to discover all available pages before exploring further.

Actions are capabilities you enable for your agent. Go to Actions to manage them.

Types

TypeSourceExample
API ToolsYour OpenAPI specgetOrderStatus, createTicket
MCP ToolsConnected MCP serversNotion search, database queries
WorkflowsYou define themOnboarding flow, return request

Enabling Actions

  1. API Tools — Check/uncheck individual endpoints from your OpenAPI spec
  2. MCP Tools — Toggle entire servers or individual tools
  3. Workflows — Enable/disable specific flows

How the Agent Decides

The agent automatically chooses tools based on:
  • The user’s question
  • Tool names and descriptions
  • Required parameters
Good tool descriptions → better tool selection.

Best Practices

  • Start small — Enable only what’s needed, expand later
  • Test in Sandbox — Verify tools work before deploying
  • Clear descriptions — Help the agent understand when to use each tool

OpenAPI

Set up API tools

Workflows

Create guided flows