Examples
End-to-end example applications built with AgentPost
Examples
Full end-to-end example applications demonstrating AgentPost in production-like AI agent workflows are coming in a future release.
Planned Examples
Auto-Reply Agent
A support inbox agent that automatically replies to incoming emails using an LLM. Demonstrates:
- Webhook event handling for
message.received - Quote stripping with
extracted_text - Thread-aware conversation context
- Reply via the AgentPost API
Support Ticket Router
An agent that reads incoming support emails, classifies them by topic, and routes them to the appropriate team inbox. Demonstrates:
- Multi-inbox setup with environment isolation
- Label-based classification and routing
- Webhook-driven event processing
- Forwarding messages between inboxes
Smart Labeling Agent
An agent that automatically labels incoming emails based on content analysis. Demonstrates:
- Label management API
- Batch processing with idempotency
- Thread-level label aggregation
- Integration with classification models
Getting Started Now
While full examples are in development, you can start building with these resources:
- Quickstart -- Set up your first inbox and send an email in minutes
- Webhook Setup -- Build a webhook receiver for real-time event processing
- WebSocket Quickstart -- Stream events in real time
- Idempotency -- Design retry-safe agent workflows
- API Reference -- Complete API documentation with interactive examples
Contributing Examples
If you've built something with AgentPost and want to share it, we'd love to feature it. Open a pull request on the AgentPost GitHub repository or share it in the community Discord.