Examples

Examples

Every configuration on these pages works as written. Paste one into your axl-config, swap the agent keys, tool names, and document sets for the ones your deployment has, restart, and it runs.

They stay small on purpose. Where a capability has a setting - the scope that decides whether a memory follows a user, the reply mode that keeps two Slack threads from bleeding into each other - the example points at it and moves on.

Agents

ExampleWhat it shows
Minimal agentThe smallest agent.toml that does something useful
Grounded agentAn agent that answers only from your documents
Agent with memoryPreferences that follow a user across conversations
Approval-gated agentA person confirms before consequential actions
Cost-controlled agentCaching, routing, and write caps together

Tools and integrations

ExampleWhat it shows
Agent with an MCP serverExternal tools over stdio and HTTP
Per-user MCP accessTools acting as the signed-in user via OBO
Sandboxed agentShell and filesystem access with bounds

Channels and surfaces

ExampleWhat it shows
Slack agentThread-isolated replies in a busy channel
Voice agentAn agent written for the ear
Published agentOne agent exposed over both A2A and MCP

Workflows

Workflow examples live with the workflow documentation, where each one is paired with a guided walkthrough and a rendered graph.

Next

On this page