Overview
Focused, copy-pasteable recipes for wiring CopilotKit up to the tools and platforms you already use.
Cookbook#
Short, actionable recipes that connect CopilotKit to a specific tool or platform. Each one starts from a working CopilotKit app and adds a single capability — nothing more than you need to get it running.
Run agent code in a Daytona sandbox
Give the Built-in Agent a tool that executes code in an isolated Daytona sandbox.
Build a portable agent with memory using Oracle Agent Spec
Define an agent once in Oracle Agent Spec, run it on LangGraph over AG-UI, and give it long-term memory on Oracle AI Database.
Take authenticated actions with Arcade
Give the Built-in Agent OAuth-backed tools (Gmail, Google News) through Arcade, with the authorization step rendered as generative UI.
Build an agentic app on Angular + Google ADK
Wire an Angular frontend to a Google ADK agent over AG-UI, with optional threads and memory. The production gotchas, as symptom, cause, and fix.