Weavz
Pylon

Pylon

Automate Pylon support issues, accounts, contacts, and workflow webhook events.

9 tools
1 trigger

Tools

Name
get_me

Validate the Pylon API token and return organization/user context.

list_issues

List Pylon issues within a required RFC3339 time range. Pylon limits this endpoint to a 30-day range.

search_issues

Search Pylon issues with the official filter expression payload.

get_issue

Get a Pylon issue by ID or issue number.

create_issue

Create a Pylon support issue for an account or requester.

update_issue

Update safe Pylon issue fields such as state, title, type, assignee, team, tags, and custom fields.

list_accounts

List Pylon accounts with cursor pagination.

create_account

Create a Pylon account with domains, tags, owner, and optional custom fields.

list_contacts

List Pylon contacts with cursor pagination.

Triggers

Name
webhook_event_received

Receive a Pylon workflow webhook payload configured from Pylon Settings.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Pylon to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Pylon support?

Pylon supports 9 tools including Get Me, List Issues, Search Issues, Get Issue, Create Issue, and more.

Can I use Pylon with AI agents?

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

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

Pylon uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Pylon integration cost?

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

What triggers does Pylon support?

Pylon supports 1 triggers including Webhook Event Received.

Connect Pylon in minutes

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