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_info

agent4.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_KEY

This 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 tenant

Keep it current

curl -fsSL https://api.agent4.io/v1/integration/install.sh | sh -s -- update

Re-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

Every recipe names the exact MCP tool and arguments — never "open this page and click".