whoami
Check the authenticated user's identity, email, and plan details to resolve permission errors and determine the correct planKey before creating new files.
Instructions
Do what: Returns the authenticated user identity (handle, email), all plans/teams, and available seats. Expected output: { handle, email, plans: [{ name, key, role, seat }] }. MUST call this if experiencing permission errors or before calling create_new_file to resolve planKey.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||