add_seed
Adds a new active seed account to an investigation by specifying platform, account handle, and basis statement, up to the configured account cap.
Instructions
Add a seed account (platform + handle + basis_statement). Active only. Cap: MAX_SEED_ACCOUNTS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | Handle / account identifier | |
| added_by | No | Actor label (default api) | |
| platform | Yes | Platform id, e.g. twitter | |
| is_control | No | Mark as control account | |
| access_token | No | Capability token ct_… (default: COMMON_THREAD_ACCESS_TOKEN env). Shown only at create. | |
| basis_statement | Yes | Why this account is in the seed set (§5.1.1) | |
| investigation_id | No | Investigation id (default: COMMON_THREAD_INVESTIGATION_ID env) |