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

# Introduction

> This API allows you to manage the **plugins and themes** of your organization.

It provides a simple and secure way to publish new versions, retrieve metadata, and automate deployments.

To interact with the API, you'll need a valid API key associated with your organization.
Keys can be generated and managed from your dashboard: [https://dashboard.wp-content.io](https://dashboard.wp-content.io)

## Scopes and permissions

The REST API is built on a standard CRUD model. Each permission corresponds to an HTTP method:

| **Method** | **Permission** |
| ---------- | -------------- |
| `GET`      | read           |
| `POST`     | create         |
| `PATCH`    | update         |
| `DELETE`   | delete         |

## Authentication

All requests must include a valid API key in the request header:

```
X-Api-Key: YOUR_API_KEY
```

You can find and manage your API keys in the **API Keys** section of your dashboard.
