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

# whoami

> Confirm which organization this connection acts as, and whether it is in sandbox (test cards, no real money) or production mode.

Connect to `https://mcp.agentcard.sh/mcp` with your **organization credential** (`client_id` + `client_secret`, or the org access token).

**Behavior:** read-only.

## What it does

Confirm which organization this connection acts as, and whether it is in sandbox (test cards, no real money) or production mode. Call this first when unsure what you are connected to.

## Inputs

None.

## Returns

| Field                  | Type   | Description                |
| ---------------------- | ------ | -------------------------- |
| `message` *(required)* | string | Human-readable summary.    |
| `organizationId`       | string | The organization id.       |
| `name`                 | string | The organization name.     |
| `mode`                 | string | "sandbox" or "production". |

## Example call

```json theme={null}
{
  "tool": "whoami",
  "arguments": {}
}
```
