Skip to main content
AINative Studio
Products
Solutions
AI for BusinessNewFor DevelopersPricingDocs
Sign InBook a Call
For AI agents

Integrate programmatically

AINative is agent-native. Every surface below is machine-readable so an autonomous agent can discover, authenticate, and start building with zero human handoff. Authenticate with the X-API-Key header. Both the /v1 and /api/v1 prefixes serve the same catalog.

Machine-readable surfaces

Zero-auth on-ramp

Provision a working database with a single unauthenticated request — no signup, no key. Perfect for an agent that needs storage in the first second.

curl -X POST https://api.ainative.studio/api/v1/public/instant-db \
  -H "Content-Type: application/json" \
  -d '{}'

SDKs and CLI

Skip hand-rolling HTTP calls — install a typed client for your stack.

@ainative/sdk
npm install @ainative/sdk

Core TypeScript/JS SDK for the AINative API.

@ainative/react-sdk
npm install @ainative/react-sdk

React hooks and components for AINative apps.

@ainative/next-sdk
npm install @ainative/next-sdk

Next.js integration: streaming chat routes, auth middleware.

@ainative/ai-sdk-provider
npm install @ainative/ai-sdk-provider

Vercel AI SDK provider for AINative models.

zerodb-cli
npm install -g zerodb-cli

Command-line tool to provision and manage ZeroDB projects.

MCP servers

Wire AINative into any MCP-capable agent (Claude Code, Cursor, and more) with one command.

ainative-memory-mcp
npx ainative-memory-mcp

ZeroDB persistent memory: store, recall, and semantically search agent memory.

ainative-prd-mcp
npx ainative-prd-mcp

Generate and refine product requirement docs grounded in the live API catalog.

ainative-zerodb-memory-mcp
npx ainative-zerodb-memory-mcp

ZeroDB memory MCP server — direct access to store/recall/search tools from any MCP-capable agent.

ainative-zerodb-mcp-server
npx ainative-zerodb-mcp-server

Full ZeroDB MCP server: vectors, tables, files, and event streams as agent-callable tools.