{"apiBase":"https://api.supersubject.ai","auth":{"connect":"POST /v1/agents/connect with { appId, secret, capabilities? }","session":"Use Authorization: Bearer <agentToken> for task and event APIs."},"localAgentFlow":["Agent starts on the user machine.","Agent calls /v1/agents/connect using AppID and Secret.","Agent calls /v1/agents/tasks/claim to pull queued owner-approved tasks.","Agent calls /v1/agents/tasks/:id/result after execution.","Agent calls /v1/agents/events for heartbeat or runtime logs."],"quickstart":{"download":"https://api.supersubject.ai/v1/agents/quickstart.mjs","command":"curl -fsSL https://api.supersubject.ai/v1/agents/quickstart.mjs -o contivo-agent.mjs && CONTIVO_APP_ID=<AppID> CONTIVO_SECRET=<Secret> node contivo-agent.mjs"},"cloudAgentFlow":["Cloud agent receives webhook URL /v1/agents/callback/:appId.","Cloud agent posts callback events with Authorization: Bearer <secret>."]}