Skip to main content
Pylon logo

Pylon

Lets an agent work with Pylon, a B2B customer-support and ticketing platform: list and update issues, look up accounts and contacts, list users and teams, read tags, and browse knowledge-base articles.

What it can do

MethodWhat it does
pylon_issues_listList issues in a time window (requires start_time / end_time).
pylon_issue_getGet one issue by id.
pylon_issue_createCreate an issue (title, body, account, requester, assignee).
pylon_issue_updateUpdate an issue's title, state, assignee, team or tags.
pylon_accounts_listList accounts (companies).
pylon_account_getGet one account by id.
pylon_contacts_listList contacts (end users).
pylon_contact_getGet one contact by id.
pylon_users_listList support agents (users).
pylon_teams_listList teams.
pylon_tags_listList tags available for issues.
pylon_articles_listList knowledge-base articles.
pylon_requestGeneric passthrough to any endpoint for full coverage.

How to get your key

The API authenticates with an Authorization: Bearer <key> header.

  1. Sign in at Pylon.
  2. Open Settings -> API (app.usepylon.com/settings/api).
  3. Create or copy an API key.
  4. Paste it into FlyMyAI.

Fields to fill in FlyMyAI

FlyMyAI fieldWhere it comes from
PYLON_API_KEYPylon -> Settings -> API

Troubleshooting

  • 401 Unauthorized - the key is wrong or rotated. Generate a new key in Settings -> API.
  • 403 Forbidden - the key lacks permission for that resource. Check the key's scope with your Pylon admin.
  • 400 on listing issues - pylon_issues_list needs both start_time and end_time in RFC3339 (e.g. 2024-01-01T00:00:00Z).
  • 429 Too Many Requests - you hit the rate limit. Slow the calls down.
We love our partners - FlyMy.AI builds with the best. Thanks, Pylon!