Weavz
Timescale

Timescale

Manage Timescale/Tiger Cloud services through the public REST API.

9 tools
1 trigger

Tools

Name
get_auth_info

Return the authenticated Tiger Cloud API identity.

list_services

List Timescale/Tiger Cloud services in a project.

get_service

Get a Timescale/Tiger Cloud service by ID.

create_service

Create a Timescale/Tiger Cloud service. This can provision paid infrastructure.

resize_service

Resize a Timescale/Tiger Cloud service.

start_service

Start a stopped Timescale/Tiger Cloud service.

stop_service

Stop a Timescale/Tiger Cloud service by exact ID.

delete_service

Delete a Timescale/Tiger Cloud service by exact ID.

custom_api_call

Make a guarded custom call to the Timescale/Tiger Cloud public API v1.

Triggers

Name
service_status_changed

Polls Timescale/Tiger Cloud services and triggers when status or sizing changes.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

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

Timescale supports 9 tools including Get Auth Info, List Services, Get Service, Create Service, Resize Service, and more.

Can I use Timescale with AI agents?

Yes. Add Timescale 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 Timescale be used in stateful agent workflows?

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

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

How much does the Timescale integration cost?

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

What triggers does Timescale support?

Timescale supports 1 triggers including Service Status Changed.

Connect Timescale in minutes

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