create_investigation
Create an encrypted investigation. Returns a one-time access token—store it securely, as it cannot be recovered and is used to derive the encryption key.
Instructions
Create a new investigation. Returns access_token ONCE -- store it; it cannot be recovered. New investigations are encrypted at rest; the key is derived from the token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Stable investigation id (slug; unique on this backend) | |
| name | Yes | Human-readable title | |
| description | No | Optional description |