agent4-io
Installation
SKILL.md
agent4.io skills — build agents over MCP
This skill drives the agent4.io platform through its remote MCP server: create grounded agents, knowledge bases, load-on-demand skills, stateful Storylines and page playbooks — all from your agent.
Connect the MCP server (once)
The tools live on a remote MCP endpoint. Add it to your agent, authenticating with your tenant API key
(set AGENT4_API_KEY; get a key from console → Settings → Security, shown once at creation):
- URL:
https://api.agent4.io/v1/mcp - Header:
X-API-Key: $AGENT4_API_KEY - Transport: streamable-http
For Claude Code / any MCP client that takes a shell command:
claude mcp add --transport http agent4-io https://api.agent4.io/v1/mcp --header "X-API-Key: $AGENT4_API_KEY"