Documentation
Give your AI agent real capabilities
AgentBlocks gives AI agents access to email, Git, Gmail, Google Drive, and Slack — with human-in-the-loop approval and policy rules that you configure in the dashboard. No SDK needed — your agent talks directly to the AgentBlocks REST API.
Terminal
# Your agent discovers its capabilities automatically
curl https://api.agentblocks.ai/agent/info \
-H 'Authorization: Bearer sk_your_api_key' \
-H 'X-Agent-Version: 2026-02-23.02'
Where to start
Capabilities
Each capability is enabled per-agent in the dashboard. Your agent calls GET /agent/info to discover what it can do.
How it works
1
Tell your agent
Give your agent the API key and point it to the agent guide.
2
Agent discovers
The agent calls GET /agent/info to learn its capabilities.
3
Agent acts
The agent calls the API to send emails, push code, etc.
4
Rules apply
Your dashboard rules auto-approve, require approval, or block.