Documentation

Aeonic logo

Aeonic SDK Overview

The Aeonic SDK lets you automatically discover, monitor, and secure your AI agents by wiring a thin integration layer into your existing services. Install the SDK, initialize it once at startup, register the middleware, and mark your agent routes with lightweight metadata.

Core flow (Python example)

  1. Install aeonic-sdk-python.
  2. Call init({ api_key, service_name, app }) at startup.
  3. Register the framework adapter middleware (FastAPI or Django).
  4. Mark each agent route with with_agent({ name, type, model }).

What you get

  • Automatic agent discovery from your backend routes.
  • Central visibility into AI models, risk, and usage.
  • Guardrails and policy enforcement without changing core logic.

Once you have completed the SDK integration in your services, you can sign in to the Aeonic portal to view your agents, samples, and assessments.

Aeonic portal

Choose your SDK language

Detailed, language-specific setup and import guides.