The ChittyAgent-Studio repository has officially pivoted from an internal no-code builder into the ChittyPro Market—a commercial B2B storefront and developer API marketplace. This platform manages billing, API key issuance, and automated database provisioning for the entire ChittyOS commercial ecosystem.
- Frontend: React + Vite + Tailwind (Shadcn UI).
- Backend: Express.js API.
- Database: PostgreSQL (managed via Drizzle ORM).
- Billing & Auth Engine: Stripe Webhooks triggering zero-knowledge secure
CHITTYPRO_API_KEYgeneration. - Automated Provisioning: Integration with the Neon Control Plane API to dynamically provision isolated, scale-to-zero databases for every new subscription.
- Phase 1: The PropTech Wedge (Current)
- Monetizing
chittyscrape(TurboTenant / AppFolio).
- Monetizing
- Phase 2: Workflow Automation
- Monetizing
chittypro-integrateitand Desktop connectors.
- Monetizing
- Phase 3: The Enterprise Legal Suite
- Monetizing the
Contradiction Engine,FinePrint, andChittyProof Vault.
- Monetizing the
- Phase 4: Financial Services
- Monetizing
ChittyChargeand theCredit Portal API.
- Monetizing
- Inbound "Honey Traps": Publishing open-source SDK wrappers (e.g.,
turbotenant-sdk-python) that funnel developers to the Market to purchase API keys. - Platform Arbitrage: Building native templates in Notion and CRMs (GoHighLevel) that require an active ChittyPro subscription to function.
- Upwork Drop-Servicing: Using our own APIs to fulfill manual data extraction contracts, then upselling the client onto a recurring SaaS subscription.
- Volume Ramp-Up: New tenant subscriptions undergo a programmatic "warm-up" period, slowly scaling API calls to upstream platforms to build trust and avoid anomalous spike detection.
- Session-Synchronized Scraping: We track customer login activity via webhooks. Instead of rigid cron jobs, Apify executors fire asynchronously during or immediately following the customer's actual human session, perfectly masking automation within legitimate traffic patterns.
- Zero-Knowledge API Keys: Raw keys are generated, hashed (
sha256), and returned to the developer exactly once. Only hashes are stored in the Drizzle DB. - The Pentad Governance: The Cloudflare API Gateway (
chittyagent-pro) enforces strict Perceive-Evaluate-Navigate-Transact-Attest execution loops before fulfilling downstream execution requests. - Tenant Isolation: Client data must never be co-mingled; enforced securely via the Neon database-per-tenant architecture.
To completely insulate ChittyPro from Data Processor liability (GDPR/CCPA, SPI handling) and upstream scraping ToS violations, we employ an Ephemeral Code Duplication Architecture:
- We Do Not Parse Data: ChittyPro does not parse, store, or process any customer data natively.
- Leased Blueprints: The customer pays a subscription fee to temporarily duplicate our automation code into a locked, single-tenant computing instance (e.g., an isolated Apify container) that acts strictly on their behalf.
- Zero Control & Auto-Destruction: We do not possess "control" over the execution instance. Once the data pipeline finishes executing, the container, its memory, and its IP environment automatically self-destruct.
- Opt-In Telemetry: The ephemeral instance only sends strictly limited, non-PII telemetry (Status Codes, Latency) back to the ChittyPro Gateway for billing purposes. Customers must explicitly opt-in to share deeper error logs (e.g., DOM dumps, trace payloads) if they require technical support for broken parsers.
Status: Approved and in active execution.