Every release, every fix, every new feature. No hype β just what shipped.
Full Stack Empire β Platform overview page, VS Code extension page, enhanced About with competitor table, Goals/Streaks/Vitals APIs, 12-agent marketplace with category filters, 16 integrations with TC rewards, TRIPPYCOIN price history chart & FAQ, Enterprise comparison table, and 8 open careers with TC compensation.
platform.html β Full platform overview page with feature grid and TC integration calloutsextension.html β Dedicated VS Code extension page with IDE preview mock and install guideabout.html β Enhanced with competitor comparison table, team section, and origin story timelinenull with an honest status until a liquidity pool existsEnterprise & Scale β B2B enterprise landing page, technical whitepaper, dashboard overhaul, Users/Goals/Streaks APIs, 5-tab demo playground, and OpenAPI expanded to 42+ endpoints across all 16 website pages.
UserProfile, WorkoutSummary, and Achievement schemas addedEmpire Build β Agent Marketplace with TC cost-per-run, Community Hub leaderboard, Analytics API, OpenAPI expanded to 47 endpoints, and the full agents.html frontend. APxAI is now a marketplace platform.
/api/analytics with 5 routes: memory growth, usage time series, agent breakdown, TC economicsMarketplaceAgent + MarketplaceStats schemasagents.html β full agent marketplace frontend with live search, category filter, and TC cost displayTRIPPYCOIN live API, async task queue, interactive demo playground, pricing upgrade with TC payments, 10 new OpenAPI endpoints, and docs covering webhooks + TC. The APxAI flywheel is live.
GET /api/trippycoin/price returns honest on-chain status; price/marketCap are null until a liquidity pool exists (never fabricated)GET /api/trippycoin/history returns an empty series until TRIPPY trades against a poolPOST /api/tasks creates agent tasks with TC cost, status progression, retry logic/docs/api/trippycoinDashboard, Webhook system, production SDK v2.1, OpenAPI spec, real-time monitoring middleware, Jobs page, Blog, About, and API-key account management. APxAI is now a full platform.
/dashboard β usage meter, request logs, key reveal/rotate, webhook config, account settingsagent.complete, agent.error, memory.updated, autopilot.checkpointβ¦)BrainClient sub-client, async *stream() SSE generator, autopilot session management, chat(), retry with exponential backoff, APxAIError class/api/docs + Swagger UI β 20+ paths, component schemas, both auth schemes/api/monitoring returns request rates, latency percentiles, service health; /api/monitoring/dashboard auto-refreshing HTML/jobs page with 3 open roles (Full-Stack, AI/ML, DevAdvocate), culture, benefits/blog page with AI dev articles, filter pills, newsletter CTA/about page β founder story, values, CAI ecosystem, investor stats/dashboard for immediate post-signup experienceX-SDK-Version request headerSubscription monetization, admin dashboard, TypeScript SDK, Brain route, Autopilot, and the complete TRIPPYCOIN whitepaper. This release makes APxAI a fully shippable commercial product.
import { APxAI } from 'apxai-hub' with full method coverage/api/subscriptions β tier management (Free/Pro/Enterprise) backed by PostgreSQL/api/stripe β checkout sessions, webhook handler, auto API key delivery via Resend/api/brain β cross-session memory synthesis and knowledge export/api/autopilot β long-running goal execution with in-memory session tracking/api/chat β conversation history per session (POST message, GET/DELETE history)/api/admin β secret-protected dashboard with MRR, platform stats, subscription list/api/waitlist β pre-launch signups with Resend confirmation email/api/auth β JWT token issuance and verification, replaces hardcoded auth/api/usage β per-key request tracking, automatically called by authenticate middleware/api/ap/history and /api/xai/history β last 50 runs queryableapxai-hub, server as apxai-hub/serverx-admin-secret header β no unauthenticated access to platform statsComplete hub reboot. Production-grade Express architecture, Prisma ORM, 10+ routes, rate limiting, idempotency, and the VS Code extension integration.
/api/stream/api/memory β persistent key-value memory store per agent session/api/monitoring β system health metrics endpointIdempotency-Key header deduplicatedTRIPPYCOIN launch, CORS hardening, feature flags, and the env discovery system.
/api/flags β 8 feature flags (stripe_checkout, usage_tracking, brain_route, etc.)/api/env/discover β scans repo for referenced env vars/api/env/apply β applies env profile to deployment contextALLOWED_ORIGINS env var accepted, wildcard removedFirst public release of APxAI Hub. Single-agent architecture, basic Express server, and the APxAI.co landing page.