Cookbook
Getting started · for AI agents
Get started with the agent4.io agent skills
Connect your coding agent to agent4.io over MCP, install the skills, and run your first recipe.
MCP tools:
tenant_infoagent4.io ships a remote MCP server (the tools) plus a set of skills (how to use the tools). Point your agent at the MCP endpoint, install the skills once, and every recipe below becomes an executable, step-by-step procedure.
Connect — one command
curl -fsSL https://api.agent4.io/v1/integration/install.sh | sh -s -- --key tk_YOUR_KEYThis adds the agent4-io MCP server and installs the skill modules for your agent. Get a key from
console → Settings → Security (the plaintext is shown once, at creation).
Verify
tenant_info() # → confirms you are connected to the right tenantKeep it current
curl -fsSL https://api.agent4.io/v1/integration/install.sh | sh -s -- updateRe-pulls the skills and reports which modules changed. The MCP tools are remote, so they are always current; only these skill docs are versioned.
What to do next
- Create a grounded support agent
- Build and populate a knowledge base
- Author a load-on-demand skill
- Compile a flow into a Storyline
Every recipe names the exact MCP tool and arguments — never "open this page and click".