Skip to main content
The MCP server is in public beta. It is open to use and still being refined, so tools and behavior may change.
Tool create_vault · Behavior Additive
Create a Contract Intelligence vault. The caller becomes its owner and the vault starts private to them, so nobody else sees it until they are added in the app. The vault is ready for documents right away: add them with upload_file using the returned id as vault_id, then add the columns you want extracted with create_vault_column. Creating a vault needs a permission an organization admin grants.

Input parameters

string
Vault name. Omit and GC AI picks the next free default name.
string
Optional description.

Response

object
Last modified on September 25, 2026