Home / Documentation / Quickstart

Quickstart Guide

📖 Updated: Jan 15, 2026 ⏱️ ~8 min read 🔗 Enterprise & API Access

Get your Aevum Zenth workspace running in minutes. This guide walks you through account provisioning, RBAC configuration, dashboard navigation, and your first API integration.

1

Create Your Enterprise Account

Begin by provisioning your organization on the Aevum Zenth platform. We support SSO, OIDC, and enterprise SAML.

  • Navigate to portal.aevumzenth.io
  • Click Register Organization and verify your corporate email
  • Select your primary division (Energy, Tech, Aerospace, etc.)
  • Complete MFA setup via authenticator app or hardware key
💡 Enterprise clients: Contact your CSM for bulk provisioning via SCIM.
2

Configure Workspace & Permissions

Secure your environment with role-based access control and team workspaces.

  • Go to Settings → Access Management
  • Create roles (Admin, Developer, Analyst, Read-Only)
  • Assign division-specific quotas and rate limits
  • Invite team members via email or LDAP sync
3

Access the Unified Dashboard

The Aevum Zenth hub provides real-time telemetry across all subsidiary divisions.

  • Click the dashboard icon in the top-left navigation
  • Pin key metrics: API latency, division revenue, energy output, deployment status
  • Use the filter bar to scope data by region, subsidiary, or time window
  • Enable Dark Mode for extended operations sessions
4

Generate API Credentials

Secure programmatic access to our cross-divisional data and control endpoints.

  • Navigate to Settings → API & Integrations
  • Click Generate New Key and select scopes (read, write, admin)
  • Store your X-Aevum-API-Key and X-Aevum-Secret securely
  • Configure IP allowlisting if required by your security policy
5

Run Your First Integration

Validate your connection with a simple health check and data fetch request.

HTTP / cURL
# Validate connection & fetch division status curl -X GET "https://api.aevumzenth.io/v1/operations/status" \   -H "Authorization: Bearer <your_api_token>" \   -H "X-Aevum-Org-ID: org_92837465" # Expected Response (200 OK) { "status": "operational", "active_divisions": 14, "region": "us-east-1", "rate_limit": { "remaining": 9942 } }
  • Replace placeholders with your credentials
  • Run the command in your terminal or IDE
  • Verify a 200 OK response with active division telemetry

Need Help?

How do I rotate my API keys?
Navigate to Settings → API & Integrations, click the three-dot menu next to your key, and select "Rotate". Old keys remain valid for 24 hours during transition.
Can I connect multiple divisions under one account?
Yes. Aevum Zenth supports multi-division workspaces. Use the workspace switcher in the top navigation to toggle between Energy, Tech, Aerospace, and other subsidiaries.
What are the default rate limits?
Standard tier: 10,000 requests/hour. Enterprise tier: 100,000+ requests/hour with dedicated throughput. Contact your CSM to upgrade or request custom limits.

Ready to build at scale?

Access full API documentation, SDKs, and enterprise support resources.

View Full Documentation → Contact Engineering