New features, improvements, and fixes across AINative Studio, ZeroDB, and the AI Kit ecosystem.
v3.4.0Community
Citizen Space Santa Cruz & Site-Wide Navigation Refresh
Launched Citizen Space Santa Cruz — a cowork + hacker + community pop-up space on the Westside. Restructured site navigation and footer for clearer developer and community paths.
Citizen Space landing page: founding member NFTs, weekly hack nights, 1 Gig fiber, GPU servers, Mac Mini dev machines
Footer restructured into 6 columns: Products, Developers, Community Resources, Moonshot Labs, Company
Main navigation streamlined to Products, Pricing, and ZeroDB
Dynamic OG images now serve across all public pages via opengraph-image.tsx convention
Sitemap and llms.txt updated with Citizen Space and latest platform capabilities
v3.3.0Agent Cloud
Agent Cloud: Durable State & Isolate Execution
Agents now get per-agent persistent state with SQLite snapshots and a new lightweight isolate execution tier for faster cold starts.
Per-agent durable state: SQLite-backed snapshots with auto-expiry and restore
Lightweight isolate execution tier with auto-routing and connection pool management
Execution tier auto-selection: lightweight tasks route to isolates, heavy workloads to full containers
Snapshot management API for manual backup and restore of agent state
v3.2.0MCP
MCP Discovery API & Credential Vault
Machine-readable MCP server discovery with semantic search, plus a new credential vault for managing third-party API keys within agent workflows.
MCP Discovery API: search available MCP servers by capability using semantic similarity
Credential vault: store and retrieve third-party API keys for use in agent workflows
Egress proxy with domain allowlist for controlled outbound agent network access
MCP pricing and cost estimator endpoints for usage-aware agent orchestration
v3.1.5SEO
Dynamic OG Images for All 42 Public Pages
Every public-facing page now generates branded social preview cards dynamically using Next.js opengraph-image.tsx — no more missing or generic previews on LinkedIn, Twitter, and Slack.
Dynamic opengraph-image.tsx deployed to all 42 pages that previously used a static fallback
Blog post OG images automatically pull title, description, and category from Strapi CMS
Event pages generate event-specific branded cards with date and location
OG image endpoint returns optimized PNGs under 200KB for fast social preview loading
v3.1.0Agent Cloud
Agent Trust Scoring & x402 Payment Protocol
New trust and reputation layer for the agent cloud, with human-in-the-loop approval gates and stablecoin payment support for autonomous agent transactions.
Agent trust scoring: reputation-based access control for MCP tool invocations
Human-in-the-loop (HITL) approval gates for high-risk or high-cost agent actions
x402 protocol integration for stablecoin-based agent payments
Delegation chain middleware with cascading token revocation for multi-agent hierarchies
Content provider revenue sharing with per-provider analytics dashboard
v3.0.5New
New AI Models: MiniMax M2.7 & NousCoder 14B
Two new models available through the chat completions API — MiniMax M2.7 via NVIDIA NIM and NousCoder 14B for code generation workloads.
MiniMax M2.7: large-context model available via NVIDIA NIM inference provider
NousCoder 14B: code-specialized model for generation, completion, and refactoring tasks
Both models accessible through the standard /v1/chat/completions endpoint
Improved error handling: upstream provider errors now surface clearly instead of empty responses
v3.0.2ZeroDB
ZeroDB Query Improvements & Vector DB Landing Page
Fixed query filter handling in ZeroDB and launched a new landing page for the vector database use case.
Fixed ZeroDB query filters that were being silently ignored in certain edge cases
New /vector-database-for-ai-agents landing page with use-case-driven content
Sandbox code execution: Python, JavaScript, and TypeScript now run in isolated containers
Sandbox billing: per-execution billing with plan-based limits for Free, Pro, and Enterprise tiers
Node.js 20 runtime added to sandbox for server-side JS/TS execution