Ainative Platform Overview
/install ainative-platform-overview
AINative Platform Overview
AINative Studio is an AI development platform that provides APIs, SDKs, MCP tools, and an agent framework for building production AI applications.
What You Can Build
| Goal | Tool | Skill |
|---|---|---|
| Add AI chat to your app | Chat Completions API / SDKs | ainative-chat-completions |
| Add persistent memory to agents | ZeroMemory API / MCP | zeromemory-guide |
| Use 76+ database/vector tools | ZeroDB MCP Server | zerodb-mcp-guide |
| Build a custom MCP server | MCP Builder guide | ainative-mcp-builder |
| Build multi-agent systems | Agent Framework | ainative-agent-framework |
| Monetize your AI app | Echo Developer Program | echo-developer-guide |
| Authenticate users | Auth Guide | ainative-auth-guide |
| Discover all API endpoints | API Discovery | ainative-api-discovery |
Platform Components
APIs (89+ endpoints)
Base URL: https://api.ainative.studio
| Category | Endpoints | Auth |
|---|---|---|
| Chat Completions | /v1/public/chat/completions |
API Key |
| Memory (ZeroMemory) | /api/v1/public/memory/v2/ |
API Key |
| ZeroDB | /api/v1/public/zerodb/ |
API Key |
| Auth & Users | /api/v1/auth/, /api/v1/users/ |
JWT |
| Credits & Billing | /api/v1/public/credits/ |
API Key |
| Developer Program | /api/v1/echo/ |
JWT |
| Admin | /admin/ |
Superuser JWT |
Published SDKs
# React
npm install @ainative/react-sdk
# Next.js
npm install @ainative/next-sdk
# Svelte
npm install @ainative/svelte-sdk
# Vue
npm install @ainative/vue-sdk
Published MCP Servers
# Full ZeroDB MCP (76 tools — vectors, memory, NoSQL, files, PostgreSQL)
npm install -g ainative-zerodb-mcp-server
# Memory-only MCP (6 tools — lightweight)
npm install -g ainative-zerodb-memory-mcp
CLI Tools
# ZeroDB instant project setup (auto-configures your IDE)
npx zerodb init
Published Python Packages
pip install zerodb-mcp # Python MCP client
pip install zerodb-cli # Python CLI
pip install langchain-zerodb # LangChain integration
pip install llama-index-vector-stores-zerodb # LlamaIndex integration
Quick Start (30 seconds)
# 1. Get an instant API key + project
npx zerodb init
# 2. Make your first API call
curl -X POST https://api.ainative.studio/v1/public/chat/completions \
-H "X-API-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "claude-3-5-sonnet-20241022", "messages": [{"role": "user", "content": "Hello"}]}'
Authentication Methods
| Method | Use Case | Header |
|---|---|---|
| API Key | Server-side, agents, SDKs | X-API-Key: ak_... |
| Bearer JWT | User sessions | Authorization: Bearer \x3Ctoken> |
| OAuth2 | Third-party integrations | Standard OAuth2 flow |
Related Skills
ainative-chat-completions— Build conversational AIainative-auth-guide— Implement authenticationainative-api-discovery— Explore all endpointszerodb-mcp-guide— Use 76 database/vector toolszeromemory-guide— Add agent memoryainative-mcp-builder— Build custom MCP serversainative-agent-framework— Multi-agent systemsecho-developer-guide— Monetize your AI app
References
- API docs:
docs/api/API_REFERENCE.md - Quick start:
docs/guides/QUICK_START.md - Auth guide:
docs/guides/AUTHENTICATION.md
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ainative-platform-overview - After installation, invoke the skill by name or use
/ainative-platform-overview - Provide required inputs per the skill's parameter spec and get structured output
What is Ainative Platform Overview?
Top-level discovery skill for the entire AINative platform. Use when (1) Asked "what is AINative?", (2) Exploring platform capabilities, (3) Deciding which S... It is an AI Agent Skill for Claude Code / OpenClaw, with 129 downloads so far.
How do I install Ainative Platform Overview?
Run "/install ainative-platform-overview" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ainative Platform Overview free?
Yes, Ainative Platform Overview is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ainative Platform Overview support?
Ainative Platform Overview is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ainative Platform Overview?
It is built and maintained by Toby Morning (@urbantech); the current version is v1.0.0.