Resources
Guides, SDKs, and use cases
Everything you need to build on Anter, in one place — embeddable SDKs, end-to-end use cases, and technical articles on production AI agents.
Resource Library
@anter/ai-chat-sdk
Drop a streaming AI chat widget into any React app. One typed adapter connects it to your agent; theme it with CSS variables. Open source, MIT.
@anter/agent-builder
Embed the full agent-management console inside your own product — themed to your brand, behind your auth and router, no iframe. Runs on your Anter workspace; available to design partners.
AI agent glossary
20 terms
Definitions for the vocabulary of production multi-agent systems — transfer vs. delegation, MCP servers, ReAct loops, permission modes, execution traces. 20 terms, each grounded in how the Anter runtime actually behaves.
Build Ask Anter
The exact flow we use for the Ask Anter widget on this site: set up the agent stack (Part 1), then wire it into a production chat widget with @anter/ai-chat-sdk (Part 2).
Embed React AI Chatbot Widget Guide
Step-by-step developer guide on embedding lightweight React AI Chat Widgets with streaming support and custom stream adapters.
Set up the Anter MCP Server for your agent CLI
Jul 2026 · 2 min read
Claude Code, Codex, OpenCode, and other agent CLIs can create and iterate on Anter agents through the Anter MCP Server. Here is how to get started.
Every agent handoff is a moment worth recording
Jun 2026 · 3 min read
Multi-agent failures are usually control-flow failures. Persisting every handoff as a durable event turns guesswork debugging into a step-by-step reconstruction.