platform_arch_sop
Drive Arch SOP-build sessions via Studio API: create sessions, upload SOP files, send build instructions, and create projects to materialize generated outputs.
Instructions
[Arch Build] Arch creates and changes projects, agents, tools, configuration, versions, and deployments. Drive Studio Arch SOP-build sessions through the Studio API. Actions: create_session, get_session, upload_file, send_message, continue, create_project, recover, cancel. Use create_session for SOP/onboarding or in-project Arch sessions, upload_file to upload SOP/source files, send_message to submit SOP-build instructions or fileRefs, and create_project when Arch is ready to materialize the generated project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Raw Studio request body override for advanced Arch session/message calls | |
| file | No | File payload for upload_file | |
| text | No | Message text for send_message | |
| force | No | Force session creation/recovery where the Studio API supports it | |
| action | Yes | ||
| surface | No | In-project Arch surface | |
| fileRefs | No | Uploaded file blob refs for send_message | |
| forceNew | No | Create a fresh session instead of reusing a visible one | |
| threadId | No | Arch thread ID for scoped session reuse | |
| agentName | No | Agent editor target when surface is agent-editor | |
| projectId | No | Project ID for in-project Arch sessions | |
| sessionId | No | Arch session ID for session-scoped actions |