logout
Sign out of Based Page and remove stored credentials from local storage.
Annotations
| Annotation | Value |
|---|---|
readOnlyHint | false |
destructiveHint | false |
openWorldHint | false |
Parameters
None.
Return Format
Logged out. Credentials for user@example.com have been cleared.If not logged in:
No credentials were stored. Already logged out.Example
User prompt:
"Log me out of Based Page"
What Claude does:
- Calls
logout(no parameters). - Deletes locally stored credentials.
- Confirms: "Logged out. Credentials cleared."
Notes
- After logging out, any tool that requires authentication will use anonymous mode (deploys expire after 24 hours) until you call
loginagain. - Active deployments persist after logout and remain accessible at their URLs. Logout only affects local credentials.