SDK surfaces
Eigenn SDKs follow the public OpenAPI contract. They are intended for server-side integrations, internal tools, finance automations, and controlled workflows.
| SDK | Use case |
|---|---|
| TypeScript | Web apps, workers, internal tools |
| Python | Finance operations, data workflows |
| Go | Backend services and durable workers |
| Rust | High-throughput or systems integrations |
Key handling
Use SDKs from trusted server environments. Do not expose privileged API keys to browsers, customer devices, or untrusted clients.
Contract source
The API Reference is generated from OpenAPI, and SDKs should match that contract.