Skip to content
Development
Agent

connect-rpc

AgentsMesh login uses the Connect unary endpoint:

From plugin
agentsmesh
2.3k11 skills11 agents2 MCP
Install
$ npx -y skills add AgentsMesh/AgentsMesh --agent claude-code

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

AgentsMesh login uses the Connect unary endpoint:

Agent definition

connect-rpc.md

Connect-RPC Authentication Contract

AgentsMesh login uses the Connect unary endpoint:

POST /proto.auth.v1.AuthService/Login
Content-Type: application/json
Connect-Protocol-Version: 1

Use protobuf JSON field names and encoding rules. In particular, field names are lower camel case and 64-bit integers are represented as JSON strings.

The SSO discovery endpoint follows the same routing contract:

POST /proto.sso.v1.SSOService/Discover

The development and production reverse proxies must route `/proto.` to the Backend with higher priority than the frontend catch-all.

  • A Backend credential failure should be a structured Connect error such as an

unauthenticated response.

  • An HTML 404 containing Next.js assets means the request reached the frontend;

it does not prove the email or password is wrong.

  • A JSON 404 from the Backend means the procedure or deployment version must be

checked.

Do not use the removed `/api/v1/auth/login` route in new tests or diagnostics.

Ships withagentsmesh

The AI Agent Workforce Platform. Run a hundred AI coding agents across your own machines — schedule, isolate, and steer them all from one console.

Get the whole plugin