Integrate with PyVendr using our REST API. All endpoints return JSON responses.
Sign in via /api/auth/login. Credentials are stored in an HTTP-only cookie sent automatically.
Create a token at Account → API Tokens. Use header:Authorization: Bearer pvt_xxx
https://pyvendr.comAll endpoints are rate-limited. Public endpoints allow ~100 req/min. Authenticated endpoints allow 30-60 req/min. Exceeding limits returns429 Too Many Requests.
Browse and retrieve bot listings.
Browse bot bundle collections.
Purchase self-hosted bots, bundles, and all-access via Stripe.
Manage authenticated user accounts.
Manage personal API tokens for programmatic access.