API Keys

Authenticate your MCP client to connect to cloud sandboxes.

When do you need one?

Only in Remote Mode. Local mode does not require an API key.

Create a key

  1. 1. Go to Dashboard → API Keys
  2. 2. Click “Create New Key” and give it a name
  3. 3. Copy the key — it's shown once
sk-wmcp-xxxxxxxxxxxxxxxxxxxxxxxx

Use a key

Add it to your MCP client config:

"env": {
  "SCOPE": "remote",
  "API_KEY": "sk-wmcp-xxxxxxxxxx",
  "SANDBOX_ID": "sandbox-xxxxxxxx"
}

Reveal a key

Click the eye icon next to any key in the dashboard to show the full value. Keys are stored encrypted and decrypted only on request.

Revoke a key

Click the delete button next to a key. This is immediate and permanent — any clients using it will lose access.

If a key is compromised, revoke it and create a new one.