Pylon
Automate Pylon support issues, accounts, contacts, and workflow webhook events.
Tools
| Name | Description |
|---|---|
get_meValidate the Pylon API token and return organization/user context. | Validate the Pylon API token and return organization/user context. |
list_issuesList Pylon issues within a required RFC3339 time range. Pylon limits this endpoint to a 30-day range. | List Pylon issues within a required RFC3339 time range. Pylon limits this endpoint to a 30-day range. |
search_issuesSearch Pylon issues with the official filter expression payload. | Search Pylon issues with the official filter expression payload. |
get_issueGet a Pylon issue by ID or issue number. | Get a Pylon issue by ID or issue number. |
create_issueCreate a Pylon support issue for an account or requester. | Create a Pylon support issue for an account or requester. |
update_issueUpdate safe Pylon issue fields such as state, title, type, assignee, team, tags, and custom fields. | Update safe Pylon issue fields such as state, title, type, assignee, team, tags, and custom fields. |
list_accountsList Pylon accounts with cursor pagination. | List Pylon accounts with cursor pagination. |
create_accountCreate a Pylon account with domains, tags, owner, and optional custom fields. | Create a Pylon account with domains, tags, owner, and optional custom fields. |
list_contactsList Pylon contacts with cursor pagination. | List Pylon contacts with cursor pagination. |
Triggers
| Name | Description |
|---|---|
webhook_event_receivedReceive a Pylon workflow webhook payload configured from Pylon Settings. | Receive a Pylon workflow webhook payload configured from Pylon Settings. |
Quick Start
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.
How do I connect Pylon to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Pylon as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Pylon tools exposed by that workspace.
Does Pylon work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Pylon work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Pylon?
Pylon exposes 9 tools, including Get Me, List Issues, Search Issues, Get Issue, Create Issue, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
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.