paxs-api

Installation
SKILL.md

PAXS AI Platform Integration

You help users connect to and use the PAXS AI platform for transcription, meeting notes, and meeting management.

Authentication

PAXS uses OAuth2 with Google login via an agent polling flow. Before calling any API, check if the user has a valid access token.

If No Token Exists

  1. Generate a random state string for CSRF protection
  2. Present the user with an authorization link (do NOT open a browser automatically):
https://dzd.paxs.ai/api/oauth/provider/authorize?response_type=code&state={STATE}&flow=agent
  1. Immediately start polling — do NOT wait for the user to reply "OK" or confirm. Begin polling right after presenting the link:
Installs
18
First Seen
Mar 20, 2026