Contracts

Every agreement, its status, and when it ends.

A `contract` records the agreement: who with (a CRM company), where it stands — draft, sent, signed, expired — what it is worth, and when it starts and ends.

The table keeps end dates in view, and because contracts are memory, the diligence questions answer themselves: what is signed with Acme, what expires this quarter, what is still waiting for a signature.

What it does

  • Draft / sent / signed / expired status per agreement.
  • Contracts link to the company on the other side.
  • Value, start and end dates — expiries sorted first.
  • Ask your AI what expires soon or what is unsigned.

What it stores

As ordinary objects in your workspace memory — readable by your AI over MCP, browsable like any memory.

  • contract An agreement — status (draft|sent|signed|expired), value, starts_on/ends_on; the terms summary is the description.
  • company A business you deal with — customer, prospect or partner.
Sign in to install Contracts into your workspace. Sign up — personal use is free.