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
- Generate a random
statestring for CSRF protection - 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
- Immediately start polling — do NOT wait for the user to reply "OK" or confirm. Begin polling right after presenting the link: