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" }
Built for developers, accessible to everyone.
Real-time monitoring of all 139+ agents. Status, performance metrics, fitness scores, resource usage. Filter by tentacle, pipeline, or status.
Chain agents visually or via API. Drag-and-drop pipeline creation with conditional routing, parallel execution, and automatic fallbacks.
Full REST API with OpenAPI spec. MCP (Model Context Protocol) gateway for cross-platform agent interoperability. WebSocket for real-time events.
Visual audit trail of every inter-agent verification. See which actions passed challenge gates, which were blocked, and why. Cryptographic proof for every decision.
Watch agents evolve in real-time. Fitness scores, strategy mutations, A/B comparisons. Darwinian selection keeps only the best approaches alive.
Connect your own storage in 30 seconds. Supabase, PostgreSQL, MySQL, S3, local filesystem. Your data never touches our infrastructure.
WhatsApp, Telegram, Discord, Email, SMS, Webchat. Configure delivery channels per pipeline. One agent swarm, every channel your users need.
Adversarial Compliance Testing reports for every module. 50+ attack scenarios, violation rates below 5%. Downloadable audit trails for regulators.
Response times, success rates, cost per query, agent utilization. Custom dashboards with alerts. Export to any BI tool via API.
Every feature available via REST. OpenAPI 3.1 spec. SDKs for Python, TypeScript, Go.
{
"agent": "deal_hunter",
"input": {
"query": "MacBook Pro M4 deals",
"budget_max": 2500,
"retailers": ["amazon", "bestbuy"]
},
"options": {
"fake_discount_check": true,
"history_days": 30
}
}
{
"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
}
No per-seat. No hidden fees. Scale with usage, not against you.