1. Bootstrap Copass
Install the CLI, log in, create a sandbox, mint an API key. About 30 seconds.2. Set environment variables
3. Install the SDK
4. Run your first agent
[done] end_turn.
5. Try a different provider
Flip one flag. Memory, tools, and end users stay.Next steps
Connect an integration
router.integrations.connect('github', …) runs the whole OAuth dance. The agent picks up the tools automatically.Continue a conversation
Thread
session_id across turns for multi-turn chat with window-aware retrieval.Cookbooks
Multi-integration recipes — decision archaeology, cross-repo features, customer health.
Agent Router overview
The interactive widget, value props, full API surface.

