Use this file to discover all available pages before exploring further.
egisai is a regular Python package. Install it with pip (or your packaging
tool of choice — Poetry, uv, Hatch all work the same way) into the same
environment that runs your AI application.
Linux, macOS, Windows (any platform supported by CPython)
Network
Outbound HTTPS to the EgisAI control plane and to your LLM provider(s)
The SDK has minimal direct dependencies. Provider integrations are activated
only if the matching SDK is importable at runtime, so you do not pay for what
you don’t use.
The core only install is appropriate when you intend to govern HTTP-level
calls via httpx / requests and don’t use the official provider SDKs at all.
See HTTP clients.