SaaS Platform

One API.
139 agents.
Zero config.

The PolpAI dashboard gives you full control over your agent swarm. Deploy pipelines, monitor performance, evolve strategies -- all from a single interface or via REST API.

# Deploy an agent pipeline in one call
$ curl -X POST https://api.polpai.io/v1/pipelines \
  -H "Authorization: Bearer $POLPAI_KEY" \
  -d '{
    "name": "deal-monitor",
    "tentacles": ["deal_hunter", "wallet_guardian"],
    "schedule": "every 6h",
    "storage": "byos://my-supabase"
  }'

{
  "id": "pipe_8x7k...",
  "status": "active",
  "agents_assigned": 12,
  "next_run": "2026-02-27T06:00:00Z"
}
Platform features

Everything you need to orchestrate.

Built for developers, accessible to everyone.

Core

Agent Dashboard

Real-time monitoring of all 139+ agents. Status, performance metrics, fitness scores, resource usage. Filter by tentacle, pipeline, or status.

Core

Pipeline Builder

Chain agents visually or via API. Drag-and-drop pipeline creation with conditional routing, parallel execution, and automatic fallbacks.

API

REST + MCP Gateway

Full REST API with OpenAPI spec. MCP (Model Context Protocol) gateway for cross-platform agent interoperability. WebSocket for real-time events.

Security

Challenge Gate Monitor

Visual audit trail of every inter-agent verification. See which actions passed challenge gates, which were blocked, and why. Cryptographic proof for every decision.

Intelligence

Evolution Lab

Watch agents evolve in real-time. Fitness scores, strategy mutations, A/B comparisons. Darwinian selection keeps only the best approaches alive.

Data

BYOS Connector

Connect your own storage in 30 seconds. Supabase, PostgreSQL, MySQL, S3, local filesystem. Your data never touches our infrastructure.

Channels

Multi-Channel Hub

WhatsApp, Telegram, Discord, Email, SMS, Webchat. Configure delivery channels per pipeline. One agent swarm, every channel your users need.

Compliance

ACT Reports

Adversarial Compliance Testing reports for every module. 50+ attack scenarios, violation rates below 5%. Downloadable audit trails for regulators.

Analytics

Real-time KPIs

Response times, success rates, cost per query, agent utilization. Custom dashboards with alerts. Export to any BI tool via API.

API-first

Build with the octopus.

Every feature available via REST. OpenAPI 3.1 spec. SDKs for Python, TypeScript, Go.

RequestPOST /v1/agents/execute
{
  "agent": "deal_hunter",
  "input": {
    "query": "MacBook Pro M4 deals",
    "budget_max": 2500,
    "retailers": ["amazon", "bestbuy"]
  },
  "options": {
    "fake_discount_check": true,
    "history_days": 30
  }
}
Response200 OK
{
  "agent": "deal_hunter",
  "results": [
    {
      "product": "MacBook Pro 14 M4 Pro",
      "price": 2199,
      "was_price": 2499,
      "genuine_discount": true,
      "confidence": 0.94,
      "retailer": "amazon",
      "affiliate_url": "..."
    }
  ],
  "fitness_score": 0.87,
  "execution_ms": 342
}
Pricing

Transparent. No surprises.

No per-seat. No hidden fees. Scale with usage, not against you.

Explorer

Free
Perfect for testing tentacles
  • 3 tentacles active
  • 1,000 agent calls/month
  • BYOS (your storage)
  • Community support
  • Dashboard access
Start free

Enterprise

Custom
Full sovereign deployment
  • Unlimited tentacles + custom agents
  • Unlimited calls
  • On-premise deployment option
  • Dedicated support + SLA
  • Custom integrations
  • White-label available
  • SSO + audit logs
Contact us