Timescale
Manage Timescale/Tiger Cloud services through the public REST API.
Tools
| Name | Description |
|---|---|
get_auth_infoReturn the authenticated Tiger Cloud API identity. | Return the authenticated Tiger Cloud API identity. |
list_servicesList Timescale/Tiger Cloud services in a project. | List Timescale/Tiger Cloud services in a project. |
get_serviceGet a Timescale/Tiger Cloud service by ID. | Get a Timescale/Tiger Cloud service by ID. |
create_serviceCreate a Timescale/Tiger Cloud service. This can provision paid infrastructure. | Create a Timescale/Tiger Cloud service. This can provision paid infrastructure. |
resize_serviceResize a Timescale/Tiger Cloud service. | Resize a Timescale/Tiger Cloud service. |
start_serviceStart a stopped Timescale/Tiger Cloud service. | Start a stopped Timescale/Tiger Cloud service. |
stop_serviceStop a Timescale/Tiger Cloud service by exact ID. | Stop a Timescale/Tiger Cloud service by exact ID. |
delete_serviceDelete a Timescale/Tiger Cloud service by exact ID. | Delete a Timescale/Tiger Cloud service by exact ID. |
custom_api_callMake a guarded custom call to the Timescale/Tiger Cloud public API v1. | Make a guarded custom call to the Timescale/Tiger Cloud public API v1. |
Triggers
| Name | Description |
|---|---|
service_status_changedPolls Timescale/Tiger Cloud services and triggers when status or sizing changes. | Polls Timescale/Tiger Cloud services and triggers when status or sizing changes. |
Quick Start
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.