New features, improvements, and fixes across AINative Studio, ZeroDB, and the AI Kit ecosystem.
v3.8.0Agent Cloud
Investor Deal Room — Agent-Accessible SAFE Round
Agents can provision a 24-hour session, read tiered deal data via MCP tools, and accept a machine-readable NDA. IEEE-7012-2025 myterms enforced on every provisioning call.
POST /api/v1/public/instant-db with dealroom:true provisions a session with api_key, project_id, claim_url, and 24h expiry
MYTERMS_ACCEPTED agreement event emitted on every dealroom provisioning call (DEALROOM-DATA-ACCESS-v1, IEEE-7012-2025)
POST /api/v1/public/dealroom/nda-accept for machine-readable NDA sign-off before Tier 2 access
ax-dealroom-mcp@0.1.0 published to npm — 12-tool MCP server for agent due diligence
ax-dealroom@0.1.0 CLI published to npm — provision, init, and status commands
@ainative-studio/dealroom-nextjs@0.1.0 published — useDealroom() React hook with provision/read/acceptNda
Claim URL surfaced in provisioning response — agents must surface to principal before 24h expiry
v3.7.5New
IEEE 7012-2025 Consent Management (tinyMyTerms)
Machine-readable consent declarations covering five agreement types, discoverable by AI agents via /.well-known/myterms.json and a ConsentBanner on every page.
/.well-known/myterms.json with five IEEE 7012-2025 agreements: SD-BASE, AD-BASIC, COMM-OPT-IN, THIRD-PARTY-OPT-OUT, DEALROOM-DATA-ACCESS-v1
ConsentBanner component wired into root layout — dismisses to localStorage, surfaced on first visit
myterms <link> discovery tag in root <head> for AI crawler detection
myterms.json sections added to llms.txt and agents.txt
Privacy page links to machine-readable terms alongside human-readable policy
v3.7.2SDKs
SDK Docs & Repo Sync — Four Packages Updated
Fixed four documentation errors that caused integration failures, and synced all SDK repos to match the production API.
AINativeClient constructor now correctly accepts projectId option — docs updated to match
REST API row insert body key is row_data (not data) — all examples corrected
Removed ORM-style methods (.insert, .select, .update) from docs — REST-only API correctly documented
ApiResponse envelope {data, status, headers, meta} now documented with typed examples
zerodb-typescript-sdk, zerodb-python-sdk, ainative-sdks, and ainative-zerodb-memory-mcp repos synced to core
CLI bootstrap response schema fixed — CLI and backend response contract now match
v3.6.1ZeroDB
ZeroDB Cloud: Pagination, Filtering & Count API
Improved query API with proper offset pagination, column-level ID filtering, higher query limits, and a new count endpoint for large tables.
Offset pagination: the "offset" parameter now works correctly as an alias for "skip" in POST /query
ID filtering: queries like {"id": "uuid"} now match the document row ID directly instead of searching inside JSON data
Query limit raised from 1,000 to 10,000 rows per request for large-table analytics
New POST /count endpoint: get row counts with filters without fetching all data — ideal for pagination metadata
Column-level filtering for id, row_id, created_at, and updated_at fields
v3.6.0Agent Cloud
Agent SDKs, Marketplace, Plugins & Billing
Standalone agent SDKs for TypeScript and Python, agent marketplace with versioning and ratings, a full plugin/extension system, per-agent billing visibility, and cognitive memory decay.
@ainative/agent-sdk: standalone TypeScript SDK with 12 client modules (agents, tasks, memory, vectors, files, events, billing, registry, and more)
ainative-agent: Python SDK on PyPI with identical API surface, async-first with Pydantic v2 models
Agent marketplace: registry search, semver versioning, publish workflow, and 1–5 star ratings
Plugin/extension system: plugin registry, per-agent install/uninstall, and runtime PluginLoader
Per-agent billing visibility: usage tracking, budget limits with enforcement, cost alerts, and dashboard API
Memory auto-decay: exponential decay worker, LRU eviction per tier, and configurable decay rates
All 12 OpenClaw agents bootstrapped with health monitoring and auto-restart
npm and PyPI publish CI workflows for all SDK packages
v3.5.0SDKs
Conversation Threads & Framework SDK v2
Persistent conversation threads with full-text search and resume, plus agent hooks and composables for all four framework SDKs.
Real-time event persistence with 24-hour replay and auto-pruning
Registry-to-swarm integration: submit tasks using marketplace agents via registry_agent_id
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 backed by ZeroDB agent memory, plus a new lightweight isolate execution tier for faster cold starts.
Per-agent durable state: ZeroDB-backed persistent storage with auto-expiry and snapshot 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