> ## 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.

# API Keys

> Manage your Antryk API keys securely and explore the API reference documentation for authentication, integrations, and usage examples.

# API Keys

API Keys allow developers and teams to securely authenticate with the Antryk API and automate infrastructure, deployments, services, and platform operations programmatically.

Using API Keys, you can:

* Authenticate API requests
* Automate deployments
* Integrate external services
* Manage infrastructure programmatically
* Build custom workflows
* Access platform resources securely

***

# Getting Started

Use the sections below to learn how API Keys work, manage your keys securely, and explore complete API usage examples and endpoint documentation.

<div className="grid grid-cols-1 md:grid-cols-2 gap-4">
  <Card title="Manage API Keys" icon="key" href="/manage-api-keys">
    Create, manage, rotate, and revoke API keys securely for your workspace and applications.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore authentication methods, endpoints, request examples, SDK usage, and full API documentation.
  </Card>
</div>

***

# Security Best Practices

* Never expose API keys publicly
* Rotate keys regularly
* Revoke unused credentials
* Use environment variables for storage
* Restrict access to trusted systems only

<Tip>
  Store API keys securely using environment variables or secret management systems instead of hardcoding them into applications.
</Tip>
