machina connect is the one-command bridge that lets an external agent (e.g. sportsclaw) talk to a project’s MCP endpoint — it resolves the endpoint and pairs it with an auth token, ready to register, without a hand-pasted URL or key.
Usage
Examples
What you get
- The MCP URL, transport (
sse), and auth header (X-Api-Token) — the same derivation asmachina mcp url. - A token paired to that endpoint. By default the ambient session/API-key credential; with
--mint, a durable dedicatedsportsclaw-<project>project API key (reused if it already exists, minted if not — so the connection survives your session expiring).
Related
mcp url— the raw endpoint resolver (no token pairing).credentials— list/revoke the project API keys (--mintreuses these).

