Register a T3 project
t3_project_createRegisters a remote workspace as a T3 project for voice-driven management. Optionally creates the workspace directory if missing, using an idempotency key for safe retries.
Instructions
Register a remote workspace as a T3 project. Set createWorkspaceRootIfMissing to request creation of a missing directory. This does not clone a repository. Requires orchestration control scope and an idempotencyKey.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| workspaceRoot | Yes | ||
| idempotencyKey | Yes | ||
| defaultModelSelection | No | ||
| createWorkspaceRootIfMissing | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | ||
| status | Yes | ||
| commandId | Yes | ||
| projectId | Yes | ||
| t3Sequence | No | ||
| operationId | Yes | ||
| environmentId | Yes | ||
| workspaceRoot | Yes |