start_session
Register an actor to begin a session, locking the server to that identity for line-level attribution. For shared servers, pass the actor ID with each call instead.
Instructions
Register an actor and start a session in this repo, pinning this server to that identity. Optional: if several agents share one server, skip this and pass actor on each call instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| type | No | ||
| actor | Yes | actor id, e.g. auth-agent | |
| No |