Fleet Operations
90%Operational workflows for autonomous agent fleets: repo management, environment updates, QA validation, SE implementation, PM planning and sprint management, SD coverage improvement, public data collection. agent_collect_source collects structured data from any public URL. It's a two-step workflow: Claude loads platform skill packs, navigates to the source, extracts items, saves JSON to /tmp/collect_result.jsoncurl POSTs the file to the callback_url with agent auth headers, then cleans up The curl step sends: Authorization: Bearer $SIDEBUTTON_AGENT_TOKEN — standard agent token from ~/.agent-envX-Agent-Name: $SIDEBUTTON_AGENT_NAME — agent identifier for tracing The receiving API validates the token and records the agent name.