claude
Initiates a Claude Agent SDK session in the background and returns a session handle for monitoring and control.
Instructions
Start a Claude Agent SDK session in the background and immediately return its session handle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory for Claude. | |
| model | No | Claude model override for this session. | |
| effort | No | Reasoning effort for this session. | |
| prompt | Yes | Prompt to send to Claude. |