Naming: “the Innate agent” is the cloud AI system itself. The “agents” you write (see Agents) are Python definitions — a prompt, skills, and inputs — that the Innate agent runs.
Connecting to the Innate agent
The Innate agent is accessible for free to all users of Innate robots for 300 cumulative hours — and probably more if you ask us. The Innate agent runs in the cloud atwss://agent-v1.innate.bot. Your MARS robot connects to it automatically over WebSockets using Innate’s protocol — the connection is handled by the brain_client_node in Innate OS, so you don’t need to configure anything manually. (If you ever need to point at a different endpoint, set BRAIN_WEBSOCKET_URI in ~/innate-os/.env.)
Authentication
Each MARS robot is given a unique token that authenticates it with the Innate agent. It is stored asINNATE_SERVICE_KEY in ~/innate-os/.env on your robot — to check it, SSH in and run cat ~/innate-os/.env.
If you’ve accidentally deleted your token or need to retrieve it, reach out to us on Discord or via email and we’ll provide it.
