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

# Set Anthropic API Key

> Configure your Anthropic API key for Computer Use feature

Before using MarinaBox's Computer Use feature, you need to configure your Anthropic API key. This key enables natural language processing capabilities for controlling your sandbox environment.

## Command Syntax

```bash theme={null}
mb local set --anthropic-api-key "API_KEY"
```

### Parameters

* `API_KEY`: Your Anthropic API key obtained from the Anthropic dashboard

## Example

```bash theme={null}
mb local set --anthropic-api-key "sk-ant-xxxxx..."
```

## Expected Output

Upon successful configuration:

```json theme={null}
{
  "status": "success",
  "message": "Anthropic API key has been successfully configured"
}
```

***

### Get Support & Join Our Community

* Discord: [https://discord.gg/nAyFBSSU87](https://discord.gg/nAyFBSSU87)
* Email: [askmarinabox@gmail.com](mailto:askmarinabox@gmail.com)
