Manage Sessions
manage_sessionsManage agent tracking sessions and multi-turn workflow attribution. Start, end, list, or bootstrap sessions to attribute changes and maintain context across tasks.
Instructions
Manage agent tracking sessions and multi-turn workflow attribution. Supported actions: start (begin tracked session), end (conclude session), list (view active/historical sessions), bootstrap (single-turn start + context snapshot + next tasks).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of sessions to list (1-1000). | |
| action | No | The session management action to execute. | |
| project | No | Target project name or slug. | |
| agent_id | No | Agent identifier for session tracking and change attribution. | |
| metadata | No | Arbitrary session metadata. | |
| session_id | No | Unique session identifier for end. | |
| task_limit | No | Maximum runnable tasks to return on bootstrap. | |
| active_only | No | Whether to return only active unclosed sessions on list. |