Skip to main content

Changelog

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
v3.0.0Platform

Platform v3.0: Agent Onboarding & AX Optimizations

Major platform update with improved agent onboarding, expanded discovery files, and comprehensive dashboard improvements.

  • New /getting-started/agents quickstart: 60-second MCP setup with runnable code examples
  • sdks.txt discovery file: machine-readable SDK directory for AI crawlers
  • PWA icons and manifest improvements for installable web app experience
  • Dashboard data pipeline: Sessions, Storage, AI Usage, Earnings, and MCP Hosting show live data
  • Conversion tracking wired across signup, events, and campaign pages
v2.8.5Knowledge Graph

Context Graph: GraphRAG & Knowledge Graph for ZeroDB

New knowledge graph capabilities for ZeroDB with ontology-aware entity resolution, edge versioning, and graph templates for common use cases.

  • Context Graph API: create entities, edges, and traverse relationship chains
  • GraphRAG: hybrid vector + graph search for more accurate retrieval
  • Knowledge Graph visualization in the ZeroDB Console
  • Graph templates for common patterns: user profiles, project dependencies, agent memory
  • Ontology support with edge versioning for structured knowledge representation
v2.8.2ZeroMemory

ZeroMemory: 100% Recall@1 on LongMemEval

ZeroMemory achieved 100% Recall@1 on the LongMemEval benchmark with integrated vector similarity search and improved memory scoring.

  • Vector similarity search integrated into ZeroMemory remember and recall flows
  • LongMemEval benchmark harness: 94% QA accuracy and 100% Recall@1 (oracle condition)
  • Improved memory scoring accuracy for temporal decay and recency weighting
  • Recall results now include full metadata for richer agent context
v2.8.0Enterprise

Enterprise Security Suite & Compliance Dashboard

Enterprise-grade security controls with expanded audit logging, compliance reporting, and fine-grained access control.

  • Compliance dashboard for SOC 2 and GDPR audit trails
  • Role-based access control (RBAC) with fine-grained scopes for API key management
  • Organization-level SSO: SAML 2.0 and OIDC with JIT provisioning
  • Audit export API for structured log export to external SIEM systems
v2.7.5ZeroMemory

ZeroMemory v2: Cognitive Memory for AI Agents

ZeroMemory now supports semantic recall, temporal decay scoring, and graph-based memory relationships — giving agents persistent, intelligent memory across sessions.

  • Hybrid vector + keyword retrieval via /memory/v2/recall
  • Temporal decay scoring: memories deprioritize over time unless reinforced
  • Memory graph API: relate memories to entities and traverse relationship chains
  • Reflection endpoint: agents summarize and compress past memories into condensed knowledge
  • Profile endpoint for per-user and per-agent preference storage
v2.7.0New

Webhook Event Dispatcher

Platform-wide webhook delivery system for real-time event notifications on agent runs, memory updates, and billing events.

  • Webhook endpoints configurable per organization from the developer settings dashboard
  • Delivery retries with exponential backoff (up to 5 attempts)
  • HMAC-SHA256 payload signing for secure delivery verification
  • Webhook delivery logs available in the developer dashboard for the past 30 days
v2.6.5Developer Program

Echo Developer Program: Usage-Based Revenue

Developers can now monetize their apps built on AINative APIs through the Echo Developer Program.

  • Set markup (0–40%) on API usage by your end users
  • AINative takes a flat 5% platform fee on all developer earnings
  • Stripe Connect integration for weekly automated payouts (minimum $10)
  • Earnings dashboard with per-app and per-user usage breakdowns
  • React SDK hooks: useChat and useCredits for integration
  • Next.js SDK with server client and auth middleware for SSR apps
v2.6.0ZeroDB

ZeroDB File Storage (S3-Compatible API)

ZeroDB now includes an S3-compatible object storage layer for agent-accessible file management.

  • PUT, GET, DELETE file operations via REST API
  • Presigned URL generation for direct browser uploads
  • Per-user and per-organization storage quotas
  • Files indexed for semantic search alongside vector embeddings
  • MCP tool integration: agents can read and write files via the ZeroDB MCP server
v2.5.3Performance

Embedding Service: 16ms Inference

The embedding service re-architected around TEI (Text Embeddings Inference) for drastically reduced latency.

  • Average embedding inference down to 16ms from ~120ms
  • Batch embedding endpoint now supports up to 512 texts per request
  • Automatic model warm-up on cold starts to eliminate first-request latency spikes
v2.5.0Security

API Key Scoping & Expiry Controls

API keys can now be scoped to specific permissions and configured with automatic expiry dates.

  • Scoped keys: limit keys to specific endpoints (e.g., memory:read, embeddings:write)
  • Key expiry: set keys to expire after a defined number of days or on a specific date
  • Last-used tracking: see when each key was last authenticated
  • Key rotation endpoint: rotate a key without downtime by generating a successor key

Older entries are available in the developer documentation.