Try Weavz from the AI client you already use.
Add one Weavz connector URL, sign in or create an account inside the authorization flow, choose a workspace, and let the agent use approved app actions with scoped credentials, files, state, approvals, and audit.
You can start from the connector flow first; Weavz creates or signs in the account during authorization.
Connect ChatGPT, Claude, or a coding agent to a Weavz workspace. The workspace decides which apps, credentials, files, state, browser tools, and approvals the agent can use.
Start from the client in front of you.
Claude
Open the prefilled connector setup, confirm Weavz Agent Workspace, and complete the Weavz authorization flow. You can create the account and workspace during setup.
Try in ClaudeChatGPT
ChatGPT does not currently provide a reliable prefilled custom connector link. Use the fields below when creating a connector in ChatGPT settings.
Coding agents
Remote and local coding agents can connect through MCP. Add the hosted Weavz URL to Codex, Claude Code, Cursor, OpenCode, VS Code, Gemini CLI, or any HTTP MCP client.
Set up in coding agentsThe connector is just the door. The workspace carries the control.
Choose the workspace
Weavz scopes the connector token to one workspace and one end user.
Connect apps as yourself
Gmail, Slack, GitHub, Sheets, CRM, files, state, browser, and other aliases stay tied to the right user.
Review risky actions
Human Gates can pause external sends, shared writes, exports, spend, and customer-facing changes.
Use the same remote MCP resource from code-first clients.
Remote and local coding agents can connect to Weavz over MCP. Add the stable connector URL, complete Weavz sign-in, and the agent gets governed access to approved tools, files, state, and Human Gates through scoped app connections. Builders creating custom harnesses can provision workspace-specific MCP servers and per-user tokens from the API or SDKs.
claude mcp add --transport http weavz https://platform.weavz.io/mcp/weavzcodex mcp add weavz --url https://platform.weavz.io/mcp/weavz
codex mcp login weavz{
"mcpServers": {
"weavz": {
"type": "http",
"url": "https://platform.weavz.io/mcp/weavz"
}
}
}gemini mcp add --transport http weavz https://platform.weavz.io/mcp/weavz{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"weavz": {
"type": "remote",
"url": "https://platform.weavz.io/mcp/weavz",
"enabled": true
}
}
}{
"servers": {
"weavz": {
"type": "http",
"url": "https://platform.weavz.io/mcp/weavz"
}
}
}You can also use the Weavz CLI for terminal workflows: inspect workspace context, connect apps, search actions, run actions, and execute Code Mode from the same governed workspace.
brew install weavz/tap/weavz
weavz login
# or use npm
npm install -g @weavz-io/cli
weavz login
# no persistent install
npx -y @weavz-io/cli login