Skip to main content
42 endpoints · Zero infrastructure

AINative API

Give your AI agents persistent memory, semantic search, and shared state. One API key. Zero infrastructure.

SOC 2 in progress <16ms embeddings No signup for instant-db
terminal
"color:#ff7b72">curl "color:#d2a8ff">-X POST "color:#a5d6ff">https://api.ainative.studio/api/v1/public/instant style="color:#d2a8ff">-db "color:#d2a8ff">\
  "color:#d2a8ff">-H "Content-Type: application/json" "color:#d2a8ff">\
  "color:#d2a8ff">-d '{"label": "my-agent"}'

# Response:
# {
#   "project_id": "proj_abc123",
#   "api_key":    "zdb_live_...",
#   "endpoint":   "">https://api.ainative.studio"
# }
42endpoints
across 6 API categories
<16ms
embedding inference (TEI)
10models
OpenAI-compatible
0setup
infrastructure to manage
Quick Start

Live in 3 steps

From zero to persistent agent memory in under 60 seconds.

01

Get Credentials

Provision a ZeroDB project instantly — no account required.

"color:#ff7b72">curl "color:#d2a8ff">-X POST "color:#a5d6ff">https://api.ainative.studio/api/v1/public/instant style="color:#d2a8ff">-db "color:#d2a8ff">\
  "color:#d2a8ff">-H "Content-Type: application/json" "color:#d2a8ff">\
  "color:#d2a8ff">-d '{"label": "my-agent"}'
02

Store a Memory

Give your agent a persistent, semantic memory in one call.

"color:#ff7b72">curl "color:#d2a8ff">-X POST "color:#a5d6ff">https://api.ainative.studio/api/v1/public/memory/v2/remember "color:#d2a8ff">\
  "color:#d2a8ff">-H "Authorization: Bearer $API_KEY" "color:#d2a8ff">\
  "color:#d2a8ff">-H "Content-Type: application/json" "color:#d2a8ff">\
  "color:#d2a8ff">-d '{
    "content": "User prefers concise responses",
    "tags": ["preference", "user-123"],
    "importance": 0.9
  }'
03

Recall by Meaning

Retrieve relevant memories using natural language — not exact keywords.

"color:#ff7b72">curl "color:#d2a8ff">-X POST "color:#a5d6ff">https://api.ainative.studio/api/v1/public/memory/v2/recall "color:#d2a8ff">\
  "color:#d2a8ff">-H "Authorization: Bearer $API_KEY" "color:#d2a8ff">\
  "color:#d2a8ff">-H "Content-Type: application/json" "color:#d2a8ff">\
  "color:#d2a8ff">-d '{
    "query": "What does this user like?",
    "limit": 5,
    "min_score": 0.75
  }'
API Reference

Everything your agents need

42 endpoints across 6 specialized categories — designed for agentic workloads.

SDKs & Integrations

Use your favorite tools

Native SDKs, MCP servers, and REST — pick what fits your stack.

For AI Agents

Self-onboard in 60 seconds

AI agents can read ainative.studio/agent.md to discover capabilities, provision credentials, and start building — autonomously.

# Agents: self-onboard by reading this file
"color:#ff7b72">curl "color:#a5d6ff">https://ainative.studio/agent.md

# Machine-readable discovery
"color:#ff7b72">curl "color:#a5d6ff">https://ainative.studio/.well-known/agents.json

# Then provision instantly
"color:#ff7b72">curl "color:#d2a8ff">-X POST "color:#d2a8ff">\
  "color:#a5d6ff">https://api.ainative.studio/api/v1/public/instant style="color:#d2a8ff">-db "color:#d2a8ff">\
  "color:#d2a8ff">-d '{"label": "my-agent"}'

Start building in 60 seconds

No credit card. No infrastructure. Just one curl command to a persistent memory API.

"color:#ff7b72">curl "color:#d2a8ff">-X POST "color:#a5d6ff">https://api.ainative.studio/api/v1/public/instant style="color:#d2a8ff">-db "color:#d2a8ff">\
  "color:#d2a8ff">-H "Content-Type: application/json" "color:#d2a8ff">\
  "color:#d2a8ff">-d '{"label": "my-agent"}'

Questions? Talk to us or read the full API reference.