agent-mesh

A private, metered model lane for developers building on the mesh.

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.

You need a agent-mesh token. Tokens are issued per developer, carry a daily request cap and an expiry, and can be revoked instantly. Ask the mesh operator for yours.

1 · POINT YOUR CLIENT AT THE LANE

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.

2 · GIVE THE AGENT THE MESH

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.

3 · CHECK YOUR OWN USAGE

curl -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN" https://dev.meshtool.ai/usage

WHAT THE LANE ENFORCES

Hit a limit and you get a normal 429 with a plain reason. Nothing silently degrades.