Zip procurement orchestration — intake requests, approvals, vendors, purchase orders, invoices, and agreements
The Zip integration connects your agents to Zip, the AI procurement orchestration platform — search and update intake requests, track approvals, manage vendor records, and pull purchase orders, invoices, and agreements.
You need:
- Zip API Key — In the Zip application, click the gear icon → Company settings → API, then generate an API key. You can create restricted keys with read-only access if your agent only needs to extract data.
- Open Integrations from the sidebar
- Select Zip from the catalog
- Click Add Integration Config
- Give the config a display name (e.g., "Zip")
- Enter your Zip API key
- Save the config
- Open your agent in Agent Studio and select an Agent Step
- Under Attached Integration Configurations, click Attach configuration and choose your config
- Attach Zip tools from the tools panel
- Tools are referenced as
zip.search_requests, zip.get_vendor, etc.
| Tool | Description | Action Type |
|---|
search_requests | Search purchase requests by number, status, vendor, department, or requester | ReadOnly |
get_request | Get a single request with line items and custom attributes | ReadOnly |
update_request | Update a request's name, description, or custom attributes | Reversible |
search_approvals | Search approval steps by request, status, or due dates | ReadOnly |
| Tool | Description | Action Type |
|---|
search_vendors | Search vendors by name, status, subsidiary, or department | ReadOnly |
get_vendor | Get a single vendor with custom attributes and ERP external ID | ReadOnly |
update_vendor | Update vendor status, currencies, custom attributes, or subsidiaries | Reversible |
| Tool | Description | Action Type |
|---|
search_purchase_orders | Search purchase orders by vendor, department, status, or date | ReadOnly |
get_purchase_order | Get a single purchase order with line items | ReadOnly |
search_invoices | Search invoices (bills) by status, vendor, department, or date | ReadOnly |
get_invoice | Get a single invoice with line items and payment status | ReadOnly |
| Tool | Description | Action Type |
|---|
search_departments | List departments (cost centers) | ReadOnly |
search_users | Search users by email or active status | ReadOnly |
search_subsidiaries | List subsidiaries (legal entities) | ReadOnly |
search_agreements | Search contracts and agreements with renewal information | ReadOnly |