Overview
Overview of the rest API
Avisi Cloud REST API
The Avisi Cloud REST API provides full programmatic access to the Avisi Managed Environment (AME) platform. It allows developers to automate the management of cloud resources, such as environments, Kubernetes clusters, and observability tools. Whether you're building custom integrations or managing resources across multiple environments, the REST API offers a flexible and powerful way to interact with the platform.
Features
- Full Platform Access: Manage environments, Kubernetes clusters, observability, and more.
- Automation: Automate resource provisioning, scaling, and updates.
- Integration: Build custom tools and integrate Avisi Cloud functionality into existing workflows.
Authentication
The API uses personal access tokens (PAT) for authentication. Tokens can be generated in the Avisi Cloud Console and passed in the Authorization
header for authenticated requests.