kin_session_start
Start a Kin session by registering your agent to get a session ID, ensuring activity is attributed before any transaction.
Instructions
Register this agent with Kin and get a session_id: who you are, your transport, working directory and capabilities. Call it once at the start of your work, before any transaction, so activity is attributed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | Yes | Working directory of the agent | |
| pid | No | OS process ID of the agent (optional) | |
| vendor | Yes | Vendor identifier (claude-code, codex, gemini-cli, etc.) | |
| transport | No | Connection type: mcp, cli, wrapper, or ui | mcp |
| client_name | Yes | Human-readable client name | |
| capabilities | No | Agent capabilities |