Start a new T3 thread
create_threadCreate a new agent thread in a project and send the first message to start the agent, with configurable model, provider, and permission mode.
Instructions
Create a new agent thread in a project and send its first message, starting the agent. The thread runs directly in the project workspace (worktree isolation is only available from the T3 UI). Model defaults to the project's default, falling back to the project's most recent thread's model. runtimeMode defaults to approval-required (safest); pass full-access for autonomous work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model name for the provider, e.g. gpt-5.4 | |
| title | No | Thread title (default: derived from message) | |
| message | Yes | First user message / task description | |
| provider | No | Provider instance id, e.g. claude, codex, cursor, grok, opencode | |
| projectId | Yes | Project id (from list_projects) | |
| runtimeMode | No | Permission mode (default approval-required) | |
| interactionMode | No |