Unified.to
Manage Unified.to connections and normalized category records.
Tools
| Name | Description |
|---|---|
list_integrationsList Unified.to provider integrations available to the workspace. | List Unified.to provider integrations available to the workspace. |
list_connectionsList Unified.to customer connections. | List Unified.to customer connections. |
get_connectionGet one Unified.to connection by ID. | Get one Unified.to connection by ID. |
create_connectionCreate a Unified.to connection from a documented connection payload. | Create a Unified.to connection from a documented connection payload. |
update_connectionUpdate a Unified.to connection. | Update a Unified.to connection. |
delete_connectionDelete a Unified.to connection. | Delete a Unified.to connection. |
list_recordsList records from a Unified.to category/object endpoint such as crm/contact, hris/employee, or ticketing/ticket. | List records from a Unified.to category/object endpoint such as crm/contact, hris/employee, or ticketing/ticket. |
get_recordGet one record from a Unified.to category/object endpoint. | Get one record from a Unified.to category/object endpoint. |
create_recordCreate a record in a Unified.to category endpoint when supported by that object/provider. | Create a record in a Unified.to category endpoint when supported by that object/provider. |
update_recordUpdate a record in a Unified.to category endpoint when supported. | Update a record in a Unified.to category endpoint when supported. |
delete_recordDelete a record in a Unified.to category endpoint when supported. | Delete a record in a Unified.to category endpoint when supported. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('unified-to', 'list_integrations', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'unified-to',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Unified.to to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Unified.to support?
Unified.to supports 11 tools including List Integrations, List Connections, Get Connection, Create Connection, Update Connection, and more.
Can I use Unified.to with AI agents?
Yes. Add Unified.to to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Unified.to to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Unified.to as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Unified.to tools exposed by that workspace.
Does Unified.to work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Unified.to work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Unified.to?
Unified.to exposes 11 tools, including List Integrations, List Connections, Get Connection, Create Connection, Update Connection, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Unified.to be used in stateful agent workflows?
Yes. Agents can combine Unified.to tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Unified.to use?
Unified.to uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Unified.to integration cost?
The Unified.to integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Unified.to in minutes
Get 20,000 free action executions every month. No credit card required.