Skip to main content
This walkthrough builds a complete fundraising tracker: an Investors object type with relevant fields, a pipeline with fundraising stages, sample investor records, and pipeline analytics. You can follow this end-to-end in about five minutes.
1

Create the Investors object type

This gives you fields for everything you’d track per investor: fund name, typical check size, thesis fit, and the partner you’re talking to.
2

Create the fundraise pipeline

Save the list_id from the output.
3

Add investors

Note the record IDs from each response.
4

Place investors in the pipeline

Put each investor at their current stage:
5

Move an investor forward

When Sequoia sends a term sheet:
6

Check pipeline status

Get a summary of where all conversations stand:
Returns counts and aggregate check sizes per stage. Useful for board updates.
7

Add notes to a record

After a meeting, update the investor record with notes:

REST API equivalents

Every CLI command maps to a single API call. Here’s the pattern:
Same structure for every tool: {"tool": "tool.name", "params": {...}}.
You can add fields to an existing object type at any time without losing data. If you later want to track “Warm Intro Source”, just add the field: