# Firefly API

**Effective April 13, 2026, Firefly API v1 is officially deprecated and will be replaced by v2 to provide enhanced performance and security.**

## V2 API

**Base URL:** `https://api.firefly.ai/v2/`

All V2 API endpoints are relative to this base URL. Include this prefix when making requests to any of the services below.

The Firefly V2 API is organized into the following sections:

* [**Authentication**](https://docs.firefly.ai/general-information/api/auth) - Manage API authentication and authorization
* [**Inventory**](https://docs.firefly.ai/general-information/api/inventory) - Track and manage your infrastructure inventory
* [**Codification**](https://docs.firefly.ai/general-information/api/codification) - Create IaC codification automation
* [**Workflows**](https://docs.firefly.ai/general-information/api/workflows) - Create and manage automated workflows
* [**Policy & Governance**](https://docs.firefly.ai/general-information/api/governance) - Implement and manage governance policies
* [**IaC Explorer**](https://docs.firefly.ai/general-information/api/iac-explorer) - Explore and manage Infrastructure as Code
* [**Event Center**](https://docs.firefly.ai/general-information/api/event-center) - Monitor and handle system events
* [**Backup & Disaster Recovery**](https://docs.firefly.ai/general-information/api/backup-and-dr) - Manage backups and disaster recovery
* [**Integrations**](https://docs.firefly.ai/general-information/api/integrations) - Connect with external services and tools
* [**Identity & Access Management**](https://docs.firefly.ai/general-information/api/iam) - Manage users, teams, roles, and permissions
* [**Audit Log**](https://docs.firefly.ai/general-information/api/audit-log) - Query activity logs and audit trails

## Rate Limiting

To ensure fair usage and platform stability, API requests are subject to rate limiting. Requests are aggregated based on the source IP address. A maximum of 500 requests is allowed within a rolling evaluation window of 1 minute (60 seconds). Requests that exceed this limit may be throttled or rejected until the window resets.
