Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

setup

Request example
{ "method": "tools/call", "params": { "name": "setup", "arguments": { "scope": "string", "org": "string", "project": "string" } } }
setupTOOL
Save the default organization and project for the current folder.
Strada resolves config by walking up from the current directory and using the closest matching scope. Use this once per app folder so commands like strada logs and strada issues list do not need -p.
Parameters
scope?string
Directory scope to configure (default: current directory)
org?string
Organization name or ID
project?string
Project slug or ID