Platform Overview
dev.poly.inc is the unified developer platform for Polysystems. It provides a single interface for managing secrets, AI agents, MCP servers, model routing, and team collaboration.
Core Products
Secrets→
Encrypted vault for API keys, credentials, and environment variables.Agents→
Build, configure, and deploy autonomous AI agents.MCP Servers→
Model Context Protocol servers for AI tool integration.Model Routing→
Intelligent routing across 7 AI providers with failover.Architecture
| Layer | Technology | Port |
|---|---|---|
| Backend API | Rust / Axum | 8000 |
| Frontend | Next.js 16 / React 19 | 3000 |
| Database | PostgreSQL 15 / SQLx | 5432 |
| Real-time | WebSocket (native) | 8000 |
| Authentication | JWT + OAuth (GitHub, Google) | — |
| Storage | S3-compatible (AWS SDK) | — |
Endpoint Count
The backend serves 220+ REST endpoints across these domains:
- Auth — registration, login, OAuth, 2FA, device flow
- Secrets — vaults, secrets, tokens, MCP
- Agents — CRUD, builder, deployment
- Models — routing, profiles, providers
- Mail — accounts, folders, messages, WebSocket
- Office — documents, collaboration, MCP
- Storage — S3 file operations
- Payments — Stripe subscriptions, balance, rewards