Skip to content

Workflows

Fresh 🌱

Workflows are multi-step processes that combine multiple SOPs to accomplish complex tasks. Each workflow provides a complete end-to-end guide.

Available Workflows

001: Setup External Application

Complete setup process for building an external application that uses the Poe API.

002: Query Multiple Bots

How to query multiple bots and compare responses programmatically.

003: Leaderboard Integration

Integrate your external application with Poe's leaderboard system.

Workflow vs SOP

┌─────────────────────────────────────────────────────────────┐
│                    WORKFLOW STRUCTURE                        │
├─────────────────────────────────────────────────────────────┤
│                                                              │
│  Workflow = Multiple SOPs + Integration Steps                │
│                                                              │
│  Example: Setup External Application                         │
│     ├──► SOP 001: Get API Key                               │
│     ├──► SOP 002: Install Dependencies                      │
│     ├──► SOP 003: Basic Query                                │
│     ├──► Project Structure Setup                            │
│     ├──► Error Handling                                      │
│     └──► Deployment                                          │
│                                                              │
└─────────────────────────────────────────────────────────────┘

When to Use Workflows

Use workflows when you need to:

  • Combine multiple SOPs into a complete process
  • Set up a complete project from scratch
  • Integrate with external systems (leaderboards, databases, etc.)
  • Handle complex scenarios with multiple decision points

Workflow Format

Each workflow includes:

  1. Overview - What the workflow accomplishes
  2. Prerequisites - All requirements
  3. Step-by-step process - Detailed instructions
  4. Code examples - Complete working code
  5. Verification - How to test
  6. Troubleshooting - Common issues
  7. Next steps - What to do after completion

Next: 001: Setup External Application

Poe API Documentation