Build with Confidence
Everything you need to integrate with our platform and build amazing applications
Core API
Core endpoints for models and chat completions
/api/v1/modelsList all available models with their capabilities and status
/api/v1/models/availableList models available on your current plan
/api/v1/public/models/{model_id}Retrieve specific model details and configuration
Authentication
User authentication and session management
/api/v1/auth/loginUser login with email and password
/api/v1/auth/registerCreate a new user account
/api/v1/auth/logoutEnd the current session
Chat
Chat sessions and messaging
/api/v1/chat/sessionsList chat sessions
/api/v1/chat/sessionsCreate a new chat session
/api/v1/chat/sessions/{session_id}Get chat session by ID
Threads
Conversation threads with forking and search
/api/v1/threads/Create a new conversation thread
/api/v1/threads/List all threads
/api/v1/threads/searchSearch threads
Files
File upload, listing, and download
/api/v1/v1/filesUpload a file
/api/v1/v1/filesList all files belonging to the user
/api/v1/v1/files/{file_id}Delete a file
Embeddings
Generate and search vector embeddings via ZeroDB
/api/v1/projects/{project_id}/embeddings/generateGenerate embeddings for text
/api/v1/projects/{project_id}/embeddings/embed-and-storeGenerate and store embeddings
/api/v1/projects/{project_id}/embeddings/searchSemantic search over stored embeddings
Audio
Audio transcription, translation, and text-to-speech
/api/v1/audio/transcriptionsTranscribe audio to text (Whisper)
/api/v1/audio/translationsTranslate audio to English (Whisper)
/api/v1/audio/ttsGenerate speech from text
Memory Management
Agent memory storage and semantic search
/api/v1/memory/searchSemantic search over agent memory
/api/v1/public/memory/sessionsList memory sessions
/api/v1/public/memory/storeStore a memory entry
AI Agents
Agent lifecycle, swarm orchestration, and cloud deployment
/api/v1/agentsList all registered agents
/api/v1/agent-swarm/agentsCreate a new agent in the swarm
/api/v1/cloud/deployments/List agent cloud deployments
Code Quality
Automated code analysis and fix suggestions
/api/v1/code-quality/Get code quality overview
/api/v1/code-quality/agentGet code quality agent status
/api/v1/code-quality/fixesGet suggested code fixes
Refactoring
AI-powered code refactoring suggestions
/api/v1/refactoring/Create a refactoring suggestion
/api/v1/refactoring/apply/{suggestion_id}Apply a refactoring suggestion
Debugging
Debugging sessions with steps, suggestions, and test cases
/api/v1/debugging/sessionsList debugging sessions
/api/v1/debugging/sessions/{session_id}Get session details
/api/v1/debugging/sessions/{session_id}/detailsGet detailed session info
Git Context
Git repository analysis and context extraction
/api/v1/git-context/Analyze a git repository
/api/v1/git/statusGet repository status
Projects
ZeroDB project management
/api/v1/projects/List all projects
/api/v1/projects/{project_id}Get project details
Health Checks
System health and status monitoring
/api/v1/healthCheck system health
/api/v1/ai/statusGet AI service status
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
/llms.txtConcise, agent-readable index of the platform, endpoints, and docs.
/agent.mdAgent onboarding guide: auth, capabilities, and how to operate autonomously.
/openapi.jsonFull OpenAPI 3 specification for every REST endpoint.
/.well-known/ai-plugin.jsonChatGPT / plugin manifest describing the API for tool use.
/.well-known/mcp.jsonModel Context Protocol descriptor for MCP-capable agents.
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.
npm install @ainative/next-sdkNext.js integration: streaming chat routes, auth middleware.
npm install @ainative/ai-sdk-providerVercel AI SDK provider for AINative models.
MCP servers
Wire AINative into any MCP-capable agent (Claude Code, Cursor, and more) with one command.
npx ainative-memory-mcpZeroDB persistent memory: store, recall, and semantically search agent memory.
npx ainative-prd-mcpGenerate and refine product requirement docs grounded in the live API catalog.
npx ainative-zerodb-memory-mcpZeroDB memory MCP server — direct access to store/recall/search tools from any MCP-capable agent.
npx ainative-zerodb-mcp-serverFull ZeroDB MCP server: vectors, tables, files, and event streams as agent-callable tools.
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