View the Project on GitHub elements-storage/elements-sdk-python
The current user’s MCP connection code: a single short-lived string entered on the MCP tunnel sign-in page to connect an AI assistant (e.g. ChatGPT or Claude) to this ELEMENTS account. It bundles the instance id and a rotating key.
| Name | Type | Description | Notes |
|---|---|---|---|
| token | str | Opaque connection code to paste into the MCP tunnel sign-in page. | [readonly] |
| expires_at | datetime | When the code expires and is automatically rotated. | [readonly] |