Every release, every fix, every new feature. No hype, just what shipped.
Honest tools, not a marketplace, a company of one shipping downloadable developer tools (ClaudeJr, CloudJr, DeployDoctor) backed by an internal agent mesh. AP is the code-intelligence engineer; xAI is the DevOps/deploy doctor. The two cost engines and the deploy doctor lead now; the older marketplace/fitness framing is archived below as history.
POST /api/deploy-doctor/diagnose against api.apxai.co, with /api/deploy-doctor reporting the recipe count/api/coordination (with a /stream SSE feed) exposes the internal coordination ledger; nothing in it is for sale/api/agents returns honest empty, no fabricated marketplace agentsnull via /api/trippycoin/price, never fabricated. TRIPPY is brand glue, not a wealth vehicle or investment.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, technical whitepaper, dashboard overhaul, a multi-tab demo playground, and OpenAPI documentation expanded across the site. (The Users / workout-history / streak APIs from this era were IronGram app surface, archived below, not APxAI platform features.)
Empire Build (IronGram app era), an earlier IronGram-app experiment in a TC-priced agent catalog, community leaderboard, and Analytics API. Kept here as history; it does NOT describe APxAI's current platform, which is honest, downloadable developer tools plus an internal agent mesh, not a marketplace.
/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, OpenAPI spec, real-time monitoring middleware, Jobs page, Blog, About, and API-key account management, early Hub plumbing. (Kept as history; the current product is honest, downloadable developer tools plus an internal agent mesh.)
/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.