Skip to main content
AINative Studio
Products▾
Solutions▾
AI for BusinessNewFor DevelopersPricingDocs
Sign InBook a Call
Developer Resources

Build with Confidence

Everything you need to integrate with our platform and build amazing applications

Powered by AINative

Core API

Core endpoints for models and chat completions

4 endpoints
GET/api/v1/models

List all available models with their capabilities and status

GET/api/v1/models/available

List models available on your current plan

GET/api/v1/public/models/{model_id}

Retrieve specific model details and configuration

Authentication

User authentication and session management

5 endpoints
POST/api/v1/auth/login

User login with email and password

POST/api/v1/auth/register

Create a new user account

POST/api/v1/auth/logout

End the current session

Chat

Chat sessions and messaging

5 endpoints
GET/api/v1/chat/sessions

List chat sessions

POST/api/v1/chat/sessions

Create a new chat session

GET/api/v1/chat/sessions/{session_id}

Get chat session by ID

Threads

Conversation threads with forking and search

7 endpoints
POST/api/v1/threads/

Create a new conversation thread

GET/api/v1/threads/

List all threads

POST/api/v1/threads/search

Search threads

Files

File upload, listing, and download

4 endpoints
POST/api/v1/v1/files

Upload a file

GET/api/v1/v1/files

List all files belonging to the user

DELETE/api/v1/v1/files/{file_id}

Delete a file

Embeddings

Generate and search vector embeddings via ZeroDB

5 endpoints
POST/api/v1/projects/{project_id}/embeddings/generate

Generate embeddings for text

POST/api/v1/projects/{project_id}/embeddings/embed-and-store

Generate and store embeddings

POST/api/v1/projects/{project_id}/embeddings/search

Semantic search over stored embeddings

Audio

Audio transcription, translation, and text-to-speech

4 endpoints
POST/api/v1/audio/transcriptions

Transcribe audio to text (Whisper)

POST/api/v1/audio/translations

Translate audio to English (Whisper)

POST/api/v1/audio/tts

Generate speech from text

Memory Management

Agent memory storage and semantic search

3 endpoints
POST/api/v1/memory/search

Semantic search over agent memory

GET/api/v1/public/memory/sessions

List memory sessions

POST/api/v1/public/memory/store

Store a memory entry

AI Agents

Agent lifecycle, swarm orchestration, and cloud deployment

6 endpoints
GET/api/v1/agents

List all registered agents

POST/api/v1/agent-swarm/agents

Create a new agent in the swarm

GET/api/v1/cloud/deployments/

List agent cloud deployments

Code Quality

Automated code analysis and fix suggestions

5 endpoints
GET/api/v1/code-quality/

Get code quality overview

GET/api/v1/code-quality/agent

Get code quality agent status

POST/api/v1/code-quality/fixes

Get suggested code fixes

Refactoring

AI-powered code refactoring suggestions

2 endpoints
POST/api/v1/refactoring/

Create a refactoring suggestion

POST/api/v1/refactoring/apply/{suggestion_id}

Apply a refactoring suggestion

Debugging

Debugging sessions with steps, suggestions, and test cases

7 endpoints
GET/api/v1/debugging/sessions

List debugging sessions

GET/api/v1/debugging/sessions/{session_id}

Get session details

GET/api/v1/debugging/sessions/{session_id}/details

Get detailed session info

Git Context

Git repository analysis and context extraction

2 endpoints
POST/api/v1/git-context/

Analyze a git repository

GET/api/v1/git/status

Get repository status

Projects

ZeroDB project management

2 endpoints
GET/api/v1/projects/

List all projects

GET/api/v1/projects/{project_id}

Get project details

Health Checks

System health and status monitoring

2 endpoints
GET/api/v1/health

Check system health

GET/api/v1/ai/status

Get AI service status

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.

Ready to start building?

Get your API key and start integrating our powerful AI capabilities into your applications today.

Start building with AINative APIs

Get your API key in 30 seconds. 3-day trial, then $5/mo, then $5/mo (Hobbyist).

Get Your API Key