Skip to content

Eunomia Docs

This section contains the documentation for the main package containing the Eunomia server.

The Eunomia server is a standalone service to handle the authorization logic of your AI Agent. The server can be self-hosted, exposing a REST API to your application.

Installation

pip install eunomia-ai

Usage

Run the server with:

eunomia server

Components

Explore detailed reference of single components of Eunomia:

Component Description Jump to
API Exposes endpoints for applications to interact with the server. Page