Aevum Zenth API & SDK

Programmable access to 400+ enterprise systems. RESTful APIs, real-time WebSocket streams, and native SDKs built for scale, security, and speed.

Quick Start

Authenticate using Bearer tokens and interact with the Zenth core gateway.

# Authenticate & fetch division status curl -X GET https://api.aevumzenth.com/v2/divisions/aerospace/status \ -H "Authorization: Bearer $ZENTH_API_KEY" \ -H "Content-Type: application/json"

Base URL: https://api.aevumzenth.com  |  Auth: Bearer Token  |  Format: JSON / Protocol Buffers

Native SDK Packages

Official, production-ready libraries with auto-retries, circuit breakers, and full type safety.

๐Ÿ
Python
v3.2.1 ยท PyPI

Async-first client with automatic pagination and dataframe support for pandas.

pip install aevum-zenth-sdk
โšก
Node.js
v2.8.0 ยท npm

Streamlit-ready, TypeScript definitions included. Optimized for serverless & edge runtimes.

npm install @aevumzenth/sdk
๐Ÿน
Go
v1.5.3 ยท go.mod

Concurrency-safe client with gRPC fallback and zero-allocation response parsing.

go get github.com/aevumzenth/go-sdk
๐Ÿฆ€
Rust
v0.9.4 ยท crates.io

Memory-safe, async-native with tokio/async-std support. Full error handling macros.

cargo add aevum-zenth

Core API Endpoints

Version 2.0 is currently stable. All endpoints return structured error codes (RFC 9457).

Method Endpoint Description Auth
GET /v2/divisions List all active subsidiaries with metadata & health status Bearer
POST /v2/execute/batch Submit cross-divisional data sync or automation workflow Bearer + Scope
GET /v2/telemetry/stream WebSocket endpoint for real-time infrastructure metrics Bearer + IP Allowlist
PUT /v2/config/policies Update governance, compliance, or rate-limit policies Admin Key
DELETE /v2/sessions/:id Revoke API sessions or rotate tokens instantly Bearer

Rate Limits & Tiers

Transparent scaling. Upgrade or downgrade without service interruption.

Developer
500
req / min
  • 1 concurrent WS connection
  • Community support
  • Sandbox environment
  • Open-source SDKs
Startup
5K
req / min
  • 10 concurrent WS connections
  • Priority email support
  • Staging + Production
  • Webhook retries (3x)
Enterprise
โˆž
req / min
  • Dedicated gateway node
  • 24/7 Slack & phone support
  • Custom SLA & on-prem options
  • Audit logs & compliance reports

Developer Support

We ship documentation updates weekly. Reach out via our official channels.

๐ŸŸข System Status ๐Ÿ“– Changelog ๐Ÿ’ฌ Discord Community โš™๏ธ GitHub Repos