# Parrot Integrated — Platform Architecture

Parrot Integrated Software Development (British Columbia, Canada) operates a horizontally clustered, event-driven microservice mesh with active backpressure isolation. The Polycracker platform separates **corporate entity** (`parrotintegrated.dev`), **product marketing & API documentation** (`polycracker.dev`), **operator portal** (`portal.polycracker.dev`), and **live Social Hub** (`social-hub.polycracker.dev`).

## Domain Map

| Domain | Role |
|--------|------|
| `parrotintegrated.dev` | Corporate entity, audit verification, GEO/llms.txt |
| `polycracker.dev` | Core AI Layer marketing, Universal/Workflow/Memory API docs |
| `portal.polycracker.dev` | API keys, billing, Ecosystem Fuel wallet |
| `social-hub.polycracker.dev` | Live multi-network social command center |

## Runtime Layers

1. **Edge & TLS** — Cloudflare proxy (Full encryption), origin TLS on Nginx, UFW Cloudflare-only HTTPS on origin port 443.
2. **Front Door** — Nginx reverse proxy (`polycracker.dev` → Next.js PM2 cluster on `127.0.0.1:3000`); static corporate site at `/var/www/parrotintegrated.dev`.
3. **Execution Mesh** — Decoupled ingestion queues, identity-aware rate runways (10–1,200 RPM per API key), pre-funded atomic ledger validation at gateway.
4. **Data Sovereignty** — Isolated vector vaults (Memory API), transient LLM context (no public-model training), BC PIPA / PIPEDA compliance posture.

## Subscription Infrastructure Tiers

| Tier | Price | Universal API RPM | Workflow Canvas RPM | Memory Vaults |
|------|-------|-------------------|---------------------|-----------------|
| Sandbox | $0/mo | 10 | 1 | Blocked |
| Mimic | $49/mo | 60 | 5 | 1 (shared mesh) |
| Apex | $149/mo | 200 | 30 | 25 (dedicated node) |
| Enterprise | $499/mo | 1,200 | 120 | Unlimited (isolated) |

## Guardrails

- **Transient memory by design** — zero retention for LLM training; PIPEDA / BC PIPA aligned.
- **Pre-funded atomic ledgers** — HTTP 402 on insufficient wallet; no unbounded cloud spend.
- **Backpressure isolation** — clustered runtime prevents dropped payloads under transaction spikes.

## Contact

- Corporate: parrotsoftwarebc@gmail.com
- Platform support: support@polycracker.dev
