platform_projects
List, retrieve, create, update, or delete projects on the Arch platform. Manage project details like name, description, and entry agent.
Instructions
[Arch Build] Arch creates and changes projects, agents, tools, configuration, versions, and deployments. Manage projects on the platform. Actions: list (all projects), get (by projectId), create (with name/description), update (modify name/description/entryAgentName by projectId), delete (by projectId).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Project name (required for create, optional for update) | |
| action | Yes | ||
| confirm | No | Set to true to confirm destructive operations (delete) | |
| projectId | No | Project ID (required for get, delete, update) | |
| description | No | Project description (for create, update) | |
| entryAgentName | No | Entry agent name (for update, set to null to clear) |