> ## Documentation Index
> Fetch the complete documentation index at: https://docs.antryk.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Antryk Cloud API Reference - Deploy, scale, and manage your applications

## Welcome to Antryk Cloud API

Welcome to the Antryk Cloud API documentation. Antryk provides scalable compute, storage, and AI hosting infrastructure designed for modern applications. Deploy blazing-fast apps, scale effortlessly, and cut costs with a single click.

<Tip>
  Get started in 3 simple steps: Choose a template, configure resources, and
  launch instantly with live metrics and monitoring.
</Tip>

### Key Features

Antryk's infrastructure offers enterprise-grade capabilities:

* **99.99% Uptime Guarantee** - Reliable infrastructure to keep your services online 24/7
* **10 Tbps DDoS Protection** - Enterprise-grade security to protect your assets
* **\< 50 ms Global Latency** - Ultra-low latency for a seamless user experience
* **24/7 Support** - Always here to assist you with expert guidance
* **Auto-Scaling** - Infinite scalability from zero to millions with smart scaling policies
* **Real-time Monitoring** - Live performance metrics, logs, and health checks

### API Services

The Antryk Cloud API provides two main services:

#### Storage Service

Manage your cloud storage with S3-compatible APIs for uploading, downloading, deleting objects, and retrieving metadata.

#### SES - Storage Email Service

Send transactional emails and configure webhooks for storage events directly through our email service.

<Card title="Visit Antryk Console" icon="rocket" href="https://console.antryk.com">
  Access the Antryk Console to manage your deployments
</Card>

## Authentication

All API endpoints require authentication using access keys and secret keys provided in your account.

Each request must include:

* `accessKey` - Your API access key
* `secretKey` - Your API secret key

<Warning>
  Keep your secret keys secure and never expose them in client-side code or
  public repositories.
</Warning>

<Note>
  You can generate and manage your API keys in the [Antryk
  Console](https://console.antryk.com).
</Note>

## Base URLs

<Info>Different services use different base URLs:</Info>

* **Storage Service**: `https://storage.apis.antryk.com`
* **Email Service (SES)**: `https://ses.antryk.com`

## Rate Limits

API requests are subject to rate limiting to ensure fair usage across all users. Check your account dashboard for specific limits based on your plan.

<Tip>
  Need higher limits? Upgrade your plan in the console for increased API quotas.
</Tip>
