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

# Claude.ai

> Copyable API workflows for environments without local shell execution.

Claude.ai often cannot run a local CLI. Use HTTPS workflows instead.

## Verify identity

```bash theme={null}
curl https://api.app.firstsales.io/api/v1/whoami \
  -H "Authorization: Bearer $FIRSTSALES_API_KEY"
```

## Inspect before mutate

```bash theme={null}
curl https://api.app.firstsales.io/api/v1/organizations/org_123/workspaces/ws_123/campaigns/camp_123 \
  -H "Authorization: Bearer $FIRSTSALES_API_KEY"
```

Then perform the smallest safe mutation with an idempotency key when supported.
