Guidewire Cloud
Operate tenant-specific Guidewire InsuranceSuite Cloud APIs for policy, billing, claim, account, activity, and metadata workflows.
Tools
| Name | Description |
|---|---|
get_openapi_definitionFetch the OpenAPI definition for the configured Guidewire API base URL. | Fetch the OpenAPI definition for the configured Guidewire API base URL. |
list_recordsList records from a specific Guidewire Cloud API endpoint with narrow query parameters. | List records from a specific Guidewire Cloud API endpoint with narrow query parameters. |
get_recordGet one Guidewire Cloud API resource by a full relative path. | Get one Guidewire Cloud API resource by a full relative path. |
create_recordCreate a resource through a specific Guidewire Cloud API endpoint. | Create a resource through a specific Guidewire Cloud API endpoint. |
update_recordPatch a resource through a specific Guidewire Cloud API endpoint. | Patch a resource through a specific Guidewire Cloud API endpoint. |
delete_recordDelete a resource through a specific Guidewire Cloud API endpoint when your tenant API supports deletion. | Delete a resource through a specific Guidewire Cloud API endpoint when your tenant API supports deletion. |
Triggers
| Name | Description |
|---|---|
records_changedPoll a tenant-specific Guidewire list endpoint with an updated-since query parameter after an initial baseline. | Poll a tenant-specific Guidewire list endpoint with an updated-since query parameter after an initial baseline. |
Quick Start
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.