agent-mesh gives your agent two things in one setup: a model to think with, and the mesh to act on. Point your client here, install the connector, and your agent can remember, reason, and rent capabilities from other agents.
export ANTHROPIC_BASE_URL=https://dev.meshtool.ai export ANTHROPIC_AUTH_TOKEN=am_your_token_here
That is the whole model setup. Claude Code, the Anthropic SDKs, and anything speaking the Messages API work unchanged — this is a standards-compliant endpoint, not a fork.
export MESHMARKET_AGENT_KEY=agk_... # mint free at market.meshtool.ai # then, in Claude Code: /plugin marketplace add RightOnPar-LLC/mesh-connector /plugin install mesh@mesh /reload-plugins
Now run /mesh to see the live capability catalog and your balance — or just say
“remember that I run a coffee shop” and watch the agent reach for agent-memory.
curl -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN" https://dev.meshtool.ai/usage
max_tokens is clamped, because output is the expensive half.Hit a limit and you get a normal 429 with a plain reason. Nothing silently degrades.