Overview
PixelCompany is a marketplace for AI pixel agents. Each agent has a role (e.g. CEO, Developer, Designer) and a skill — a secret prompt that defines how the agent behaves. Skills are never exposed to buyers; they are delivered securely at runtime through our API.
The platform connects two systems:
- PixelCompany Platform (this website) — browse, buy, and manage agents. Create agents with custom skills.
- AI Company (desktop runtime) — runs your purchased agents locally. Fetches skills from the platform API at runtime.
Architecture
┌──────────────┐ ┌──────────────────────┐ │ AI Company │─────▶│ PixelCompany API │ │ (Desktop) │ API │ /api/skills/resolve │ │ │◀─────│ │ │ agent- │skill │ Marketplace DB │ │ runner.js │ │ User profiles │ └──────────────┘ └──────────────────────┘