- Server bots: you host the backend logic and Poe provides the front-end chat experience.
- Embedded bots: embed a Poe widget into your web app or notebook.
- Creator features: monetization and subscription options for bot creators.
- Build server bots: Host your backend LLM, call external APIs and tools, manage conversation state, and stream multi-message responses while Poe handles the chat UI.
- Embed bots: Use Poe’s embed API to place bots in websites, apps, or dashboards. Any bot you publish on Poe can be embedded and customized.
- Monetize: Optional creator monetization and subscription controls let you charge for access or messages.
| Capability | Use case | Quick example |
|---|---|---|
| Server bots | Custom backend, tools, APIs | Host your own LLM and stream responses to Poe’s frontend |
| Embedded widget | Add a chat UI to a website or SaaS product | Embed a bot with a few configuration options |
| Monetization | Charge users or set message limits | Enroll in Poe’s creator program and set message prices |


- Click Create and choose “Prompt bot.”
- Enter a name (for example: “Teach Me Many Things”).
- Add a description and a persona/system instruction. Example:
- “You are a Poe bot that will teach me how to code. You should respond as thoroughly as possible, but always speak as if you are Jar Jar Binks.”
- Choose a base model (for example, GPT-4 or a lightweight GPT-4 variant).
- Optionally add an initial message such as “Hi there, how can I help?”
- Review advanced settings (keep defaults for this demo) and click Publish → Continue without editing.

- Embed: Use Poe’s embedded API to include the chat widget in web apps or notebooks.
- Server API: Connect a backend to Poe’s RESTful endpoints to send/receive messages, stream responses, and manage conversation state.
- Tools & APIs: Integrate external APIs and tools on your hosted backend for richer agent capabilities.
Before integrating or publishing bots, review Poe’s documentation for API usage, authentication, rate limits, and billing. Keep your API keys secret and follow security best practices when embedding or hosting bots.
- Read Poe’s Quick Start and API docs for authentication, generating API keys, and handling streaming responses: https://poe.com/docs
- Explore sample projects and community examples to learn advanced patterns like tool integration and multi-step pipelines.