OPEN BETA — This software is under active development. Do not store sensitive personal information. Terms

Enovari API

Enovari REST API.
AI Memory, Agents & Code Intelligence.

REST API access to every Enovari cognitive system. Query memory, orchestrate agents, receive real-time events — all from your own code. JSON responses, versioned endpoints, full SDK support.

Get API Key View Endpoints
terminal
curl -X POST https://enovari.ai/api/v1/memory/query \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "query": "latest architecture decisions", "limit": 5 }' // Response { "status": "ok", "results": [ { "id": "note_8f3a", "topic": "Migrated auth to JWT tokens", "relevance": 0.94 } ], "version": "v1" }

Full Cognitive Access Via REST

Six categories of API capability. Every cognitive system Enovari offers, available as a simple HTTP call.

Memory API

Query and store knowledge programmatically. Full read/write access to Enovari's persistent memory system — search by semantic similarity, filter by taxonomy, create and update notes from any application.

Agent Orchestration

Trigger any of the 20 specialized AI agents via API calls. Pass context, set parameters, receive structured results. Build multi-agent workflows without touching the Enovari dashboard.

Webhooks & Events

Real-time event notifications delivered to your endpoints. Subscribe to memory writes, agent completions, scan results, and system events. Never poll — react instantly.

SDKs & Libraries

Official client libraries for Python, JavaScript, and a full CLI tool. Type-safe interfaces, automatic retry logic, streaming support. Get productive in minutes, not hours.

Authentication & Security

API key authentication with scoped permissions. Rate limiting, request signing, IP allowlists. Every request logged and auditable. Enterprise-grade security out of the box.

Rate Limits & Pricing Tiers

Rate-limited free tier included with any Enovari plan. Scale up as you grow. Transparent usage dashboards, predictable billing, and burst capacity when you need it.

API Endpoint Overview

Core endpoints for the Enovari API v1. All responses return JSON. All endpoints require Bearer token authentication.

Method Endpoint Description
POST /v1/memory/query Search persistent memory by semantic query, taxonomy filters, or note ID. Returns ranked results with relevance scores.
POST /v1/memory/write Create or update a memory note. Supports full taxonomy, tags, links, and visibility controls.
POST /v1/agents/invoke Trigger a specific agent by name with context payload. Returns structured agent output or a job ID for async execution.
GET /v1/agents/list List all available agents with their capabilities, required parameters, and current status.
POST /v1/webhooks/register Register a webhook endpoint for real-time event notifications. Specify event types and delivery preferences.
GET /v1/health System health check. Returns service status, API version, and current rate limit usage. No authentication required.

Build on Enovari. Start Today.

Stop Building Blind. Start Building With Memory.

Every cognitive system in Enovari, available as a simple API call. Integrate persistent memory, agent intelligence, and real-time events into any application.

Get API Key Back to ENOVARI

Welcome to Enovari

Sign in or create an account

Client Dashboard

All registered Enovari clients

Name Email Phone Company Interests Registered Message
Sign in as admin to view clients.

Start Your Free Trial

Create an account to get started