Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
Dashboard
Menu
Docs
CLI
MCP
GitHub
↗
Changelog
↗
whoami
Request example
json
{
"method"
:
"tools/call"
,
"params"
:
{
"name"
:
"whoami"
,
"arguments"
:
{
}
}
}
whoami
TOOL
Show the currently authenticated user and server URL.
Validates the stored session token by calling the Strada API. If the session is expired or invalid, run
strada login
again.