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

# Permissions & Rate-Limit Reference

> Reference fields and governance controls for API keys

## Scope of This Reference

This reference summarizes what you can configure and inspect in API Keys management across Provider, Projects, and Cloud Providers.

```mermaid theme={null}
flowchart TD
    A[Create/Manage Key] --> B[Scope]
    A --> C[Expiry]
    A --> D[Budget]
    A --> E[Usage Metadata]
    C --> F[30 or 60 days]
    D --> G[Max budget value]
```

## Provider Credentials

### List columns

* Credential Name
* Provider Name
* Total Number of Deployments
* Created On

### Actions

* Add Credentials
* View credential details
* Reveal/copy secret fields
* Delete credential (with confirmation)

## Project Keys

### Required inputs at creation

* Credential Name
* Project
* Set Expiry (`30` or `60` days)
* Set Max Budget

### List columns

* Credential Name
* Project Name
* Date of Expiry
* Last Used
* Max Budget

### Actions

* Create New Key
* View key details
* Edit expiry/max budget
* Delete key (with confirmation)

## Cloud Providers (Dev Mode)

### List columns

* Provider
* Credential Name
* Description
* Created On

### Actions

* Connect To Cloud
* Select provider
* Save provider-specific credentials

## Practical Governance Notes

* **Permissions model**: access is scoped by project assignment for project keys.
* **Rate-limit policy**: apply rate limiting at deployment/API gateway layers; pair this with project key expiry and budget controls for defense-in-depth.
* **Auditing**: use created/last-used/expiry metadata plus internal logs for periodic access reviews.
