Built by Metorial, the integration platform for agentic AI.

Learn More

Tools

List Objects

List records for a specific item object type such as contacts, companies, or a custom object. Supports pagination, search, sorting, and field-based filters.

Create Object

Create a new contact, company, or custom object record in item. Contacts and companies may deduplicate automatically based on item matching rules.

Delete Object

Soft-delete an item record by ID. Relationships involving the record are also soft-deleted.

Update Object

Update one or more fields on an existing item record. Supports both system fields and custom fields, leaving unspecified fields unchanged.

Get Object

Fetch a single item record by ID, or by email for contacts. Useful for retrieving the full flattened record with all available fields.

List Users

List organization users in item, including their IDs and access levels. Useful for mapping owner fields or assigning records.

Execute View

Run a shared item view and return its filtered, sorted records. This is the preferred way to pull structured item data on a schedule.

Get Schema

Retrieve the item schema for all available object types, including field definitions and select options. Useful for discovering custom objects and valid field names before creating or updating records.

Batch Upsert Objects

Create or update up to 100 item records in one request. Each record is processed independently, so partial success is possible.

List Views

List shared views configured for an item object type. Views capture saved filters, sorting, and visible columns from the item UI.

Trigger Skill Webhook

Send a JSON payload to an item skill webhook to start a skill run. Optionally signs the payload with an HMAC-SHA256 signature using the API key as the shared secret.