Weavz
Guidewire Cloud

Guidewire Cloud

Operate tenant-specific Guidewire InsuranceSuite Cloud APIs for policy, billing, claim, account, activity, and metadata workflows.

6 tools
1 trigger

Tools

Name
get_openapi_definition

Fetch the OpenAPI definition for the configured Guidewire API base URL.

list_records

List records from a specific Guidewire Cloud API endpoint with narrow query parameters.

get_record

Get one Guidewire Cloud API resource by a full relative path.

create_record

Create a resource through a specific Guidewire Cloud API endpoint.

update_record

Patch a resource through a specific Guidewire Cloud API endpoint.

delete_record

Delete a resource through a specific Guidewire Cloud API endpoint when your tenant API supports deletion.

Triggers

Name
records_changed

Poll a tenant-specific Guidewire list endpoint with an updated-since query parameter after an initial baseline.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('guidewire', 'get_openapi_definition', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'guidewire',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Guidewire Cloud 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 Guidewire Cloud support?

Guidewire Cloud supports 6 tools including Get OpenAPI Definition, List Records, Get Record, Create Record, Update Record, and more.

Can I use Guidewire Cloud with AI agents?

Yes. Add Guidewire Cloud 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.

Can Guidewire Cloud be used in stateful agent workflows?

Yes. Agents can combine Guidewire Cloud 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 Guidewire Cloud use?

Guidewire Cloud uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Guidewire Cloud integration cost?

The Guidewire Cloud integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Guidewire Cloud support?

Guidewire Cloud supports 1 triggers including Records Changed.

Connect Guidewire Cloud in minutes

Get 20,000 free action executions every month. No credit card required.