Upload Chat
upload_chatUpload a chat session to Magnet for tracking and analysis. Returns a view URL to access the session.
Instructions
Upload a chat session to Magnet for tracking and analysis. Returns the created chat with a viewUrl to see it in the web UI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Optional title override. Auto-generated from first message if not provided. | |
| filePath | Yes | Path to JSON file containing the full chat export (source, sessionId, projectPath, gitBranch, rawPayload) | |
| organizationId | No | Organization ID. Optional when using API key authentication. |