submit_commitment
Record an investor's intent-to-fund a project. Without terms it starts at 'soft_circled'; attach a terms object and it starts at 'term_sheet'. The founder still has to acknowledge — a commitment doesn't count as 'committed' (and doesn't show in the public round progress) until both sides have acked. (requires API key)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Project slug. | |
| notes | No | Free-form note (max 4000 chars). | |
| terms | No | Optional structured terms, e.g. { cap: 8000000, discount: 0.20, mfn: true, valuation: 4000000, pro_rata: true }. Presence promotes initial status from soft_circled to term_sheet. | |
| intro_id | No | Optional intro UUID to link this commitment to an existing conversation. | |
| amount_usd | Yes | Commitment amount in USD (whole dollars). | |
| instrument | No | safe |