# AINative Studio Documentation > Developer documentation for AINative Studio — AI-native developer platform with ZeroDB, ZeroMemory, Agent Cloud, AI Kit, MCP servers, Intelligence APIs, and 30+ client SDKs. ## Getting Started - [15-minute quick start guide](/docs/getting-started/quick-start) - [End-to-end integration checklist: get a key, authenticate (X-API-Key vs Bearer), configure an MCP server, verify with a working call — all on one page](/docs/getting-started/integration-checklist) - [Environment configuration](/docs/getting-started/environment-setup) - [JWT, API keys, OAuth2](/docs/getting-started/authentication) ## ZeroDB (Persistent Knowledge Layer) - [Product overview, architecture, pricing](/docs/zerodb/overview) - [Vector search with free embeddings](/docs/zerodb/vectors) - [S3-compatible file storage](/docs/zerodb/files) - [NoSQL document tables](/docs/zerodb/tables) - [Real-time event streaming](/docs/zerodb/events) - [Embedding generation and management](/docs/zerodb/embeddings) - [Bulk data operations](/docs/zerodb/batch-operations) - [Agent execution logging](/docs/zerodb/agent-logs) - [Cloud synchronization](/docs/zerodb/cloud-sync) - [Reinforcement learning from human feedback](/docs/zerodb/rlhf) ## ZeroMemory (Agent Memory) - [Multi-tier cognitive memory (working, episodic, semantic)](/docs/zeromemory/overview) - [Full API reference (remember, recall, forget, reflect, profile)](/docs/zeromemory/api-reference) - [Session-scoped memory management](/docs/zeromemory/session-memory) - [Blended scoring, decay algorithm, consolidation](/docs/zeromemory/scoring) - [ZeroMemory + Context Graph guide](/docs/guides/zerodb-memory) - [GraphRAG hybrid search guide](/docs/guides/graphrag) - [Context Graph API reference (16 endpoints)](/docs/api/context-graph) ## Agent Cloud (Managed Agent Infrastructure) - [Deploy, manage, connect autonomous AI agents](/docs/agent-cloud/overview) - [Agent registration, A2A cards, capability discovery](/docs/agent-cloud/registry) - [OAuth 2.1 identity service for agents](/docs/agent-cloud/auth) - [Agent-to-agent messaging and capability routing](/docs/agent-cloud/a2a) - [Container deployment, auto-scaling, logs](/docs/agent-cloud/deployments) - [Traces, metrics, cost tracking](/docs/agent-cloud/observability) - [PDP/PEP policy enforcement, HITL gates, audit trail](/docs/agent-cloud/governance) ## AI Kit (Component Framework) - [14-package toolkit for AI apps (React, Vue, Svelte, Next.js)](/docs/ai-kit/overview) - [Framework-agnostic streaming, agent orchestration](/docs/ai-kit/core) - [StreamingMessage, CodeBlock, StreamingIndicator components](/docs/ai-kit/react) - [Prompt injection detection, PII filtering, moderation](/docs/ai-kit/safety) - [Usage tracking, cost alerts](/docs/ai-kit/observability) ## MCP Servers - [MCP server setup for IDE integration](/docs/mcp/overview) - [6-tool memory MCP server](/docs/mcp/memory-server) - [77-tool full database MCP server](/docs/mcp/full-server) - [ZeroVoice telephony MCP server](/docs/mcp/zerovoice-server) ## Intelligence APIs (Enterprise Data Fusion) - [7 vertical endpoints with real sensor data](/docs/api/intelligence-verticals) - [GET /api/v1/intelligence/property — Property + parcel + sensor overlay](/docs/api/intelligence-verticals#1-property-intelligence) - [GET /api/v1/intelligence/environment — ESG: AQI, seismic, water quality, weather](/docs/api/intelligence-verticals#2-esg-environmental-risk) - [GET /api/v1/intelligence/infrastructure — Submarine cables, BGP, FCC broadband, RIPE probes](/docs/api/intelligence-verticals#4-infrastructure-intelligence) - [GET /api/v1/intelligence/developer — GitHub repos, influence scoring, knowledge graph](/docs/api/intelligence-verticals#6-developer-intelligence) - [GET /api/v1/intelligence/acquisition — M&A targets, cross-correlation signals, grants](/docs/api/intelligence-verticals#7-ma--acquisition-intelligence) - [GET /api/v1/intelligence/risk-score — Composite 0-100 risk from all layers](/docs/api/intelligence-verticals#5-composite-risk-score) - [GET /api/v1/intelligence/business — SMB + CRM cross-reference](/docs/api/intelligence-verticals#3-business-intelligence) ## ZeroVoice (Voice & SMS) - [Programmable voice and SMS for AI agents](/docs/zerovoice/overview) - [Make your first call in 5 minutes](/docs/zerovoice/quickstart) - [Calls, SMS, voicemail, recordings](/docs/zerovoice/api-reference) - [Connect voice to agents via MCP](/docs/zerovoice/mcp-bridge) - [API keys and webhook verification](/docs/zerovoice/authentication) ## Business Operations - [Business tools overview](/docs/business-ops/overview) - [Invoice generation and payment tracking](/docs/business-ops/zeroinvoice) - [E-commerce platform](/docs/business-ops/zerocommerce) - [CRM and sales pipeline](/docs/business-ops/zeropipeline) - [Browser automation agent](/docs/business-ops/browser-agent) ## Web3 - [Web3 integration overview](/docs/web3/overview) - [Agent-to-agent stablecoin payments](/docs/web3/agent402) - [Solana wallet trust scoring](/docs/web3/sol-mate) ## SDKs (30+ packages) - [Full SDK catalog (TypeScript, React, Next.js, Vue, Svelte, Python)](/docs/sdks/overview) - [Core TypeScript SDK (@ainative/sdk)](/docs/sdks/typescript) - [React hooks (useChat, useCredits)](/docs/sdks/react) - [Next.js SDK (server client, auth middleware)](/docs/sdks/nextjs) - [Vue 3 composables](/docs/sdks/vue) - [Svelte stores](/docs/sdks/svelte) - [Python ecosystem (LangChain, LlamaIndex, zerodb-local)](/docs/sdks/python) - [Agent SDK (TypeScript + Python)](/docs/sdks/agent-sdk) - [Embeddable agent execution engine](/docs/sdks/agent-runtime) ## API Reference - [Full API endpoint documentation](/docs/api/overview) - [Chat API, streaming, tool calling](/docs/api/chat-completions) - [7 intelligence vertical endpoints](/docs/api/intelligence-verticals) - [Error codes and retry strategy](/docs/api/errors) - [API deprecation policy: notice period, Deprecation/Sunset HTTP headers](/docs/api/deprecations) - [Full OpenAPI 3.x spec for all AINative endpoints](/openapi.yaml) ## Cody CLI - [Install and configure Cody CLI](/docs/cody-cli/getting-started) - [Persistent memory across sessions](/docs/cody-cli/memory) - [MCP server integration](/docs/cody-cli/mcp) - [Pre/post execution hooks](/docs/cody-cli/hooks) ## Billing - [Plans, credits, and Stripe integration](/docs/billing/overview) - [Credit allocation and consumption](/docs/billing/credits) - [Free, Basic, Pro, Enterprise tiers](/docs/billing/subscriptions) - [POST /api/v1/billing/portal — Self-serve Stripe billing portal](/docs/billing/overview) ## Developer Program - [Build apps and earn revenue (Echo platform)](/docs/developer-program/overview) - [Revenue model, markup, earnings API](/docs/developer-program/earnings) - [Stripe Connect, payout schedule](/docs/developer-program/payouts) ## Examples - [Build a streaming chatbot](/docs/examples/chatbot) - [RAG with LangChain + ZeroDB](/docs/examples/rag-pipeline) - [Persistent agent memory](/docs/examples/agent-memory) - [Hybrid vector + graph search](/docs/examples/graphrag) ## Guides - [zerodb-local (SQLite + FAISS)](/docs/guides/self-hosting) - [Common issues and solutions](/docs/guides/troubleshooting) - [Third-party integrations](/docs/guides/integrations) - [System monitoring](/docs/guides/monitoring) ## Dedicated GPU Inference - [Provision and manage dedicated GPU deployments on DigitalOcean](/docs/agent-cloud/dedicated-deployments) - [Dedicated deployment CRUD and OpenAI-compatible inference proxy](/docs/agent-cloud/dedicated-deployments#endpoints) - [Neural rerank endpoint with cross-encoder and keyword fallback](/docs/agent-cloud/inference#rerank) ## Links - [Main site](https://ainative.studio) - [Docs](https://docs.ainative.studio) - [GitHub](https://github.com/AINative-Studio/) - [API base URL](https://api.ainative.studio) - [npm packages](https://www.npmjs.com/~ainative-studio) - [PyPI packages](https://pypi.org/user/ainative-studio/)