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

Open-source SDK

@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.

ReactStreamingMIT
White-label UI

@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.

ReactWhite-labelDesign partners
Reference

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.

OrchestrationMCPRuntime
Use case

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).

Agent BuilderMCPChat SDK
Developer Guide

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.

ReactChat SDKStreaming
Article

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.

MCPAgent CLIsGetting Started
Article

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.

Multi-Agent SystemsObservabilityAgent Infrastructure