Steps
- Set up the agent in a surface that supports scheduling — Claude Cowork, a cron job, an n8n schedule trigger, or any recurring runner.
- Make sure it has your Orbit MCP URL configured and the Orbit MCP Skill loaded (or implements the heartbeat lifecycle manually).
- On its first run it calls
orbit_declareto register as a recurring agent, thenorbit_readyto go live on your dashboard. - Set its cadence — e.g. “Every weekday at 9am.”
- Each run: it heartbeats running → does work → files results → heartbeats idle.
What you’ll see
The scheduled agent appears on your org chart as a Live agent with a shift status. Every run files into your Vault and surfaces in your Briefing the next morning.Telemetry for runners outside MCP
If your agent runs somewhere MCP isn’t available (a raw cron script, a serverless function), embed Orbit’s REST telemetry so it still heartbeats, logs events, and files results. Otherwise the run is invisible to you.Best for recurring jobs
Daily outreach, weekly digests, morning briefings.

