Skip to main content
Typical base URL: http://localhost:8000 (adjust host and port in deployment).

English

OpenAgno custom routes

These routes are rate-limited. If you expose them in production, protect them behind private networking or a reverse proxy.

Knowledge routes

If you send X-Tenant-ID, these routes become tenant-aware and use Agno-native knowledge isolation. If you define OPENAGNO_API_KEY, these routes require the X-API-Key header.

Tenant provisioning routes

WhatsApp QR

WhatsApp Cloud API

AgentOS-native routes

The runtime also exposes native AgentOS routes. The most relevant operational groups are:

Generated documentation

  • /docs
  • /redoc
  • /openapi.json

Example

Health check:
Busqueda custom de knowledge:
Tenant-aware run:

Español

El runtime también expone rutas custom y rutas nativas de AgentOS. La principal novedad de esta fase es la capa /tenants/*, que aprovisiona workspaces por tenant y ejecuta agentes con knowledge_filters tenant-aware sobre Agno. Para seguridad, rate limit y firma de WhatsApp, revisa Seguridad.