SessionKit DOCS
Get Started
API Reference API Reference

API Reference

The SessionKit API gives you full control over headless browser sessions, profiles, cookies, and fleets.

Base URL

https://api.sessionkit.dev/v1

Authentication

All requests require a Bearer token in the Authorization header:

Authorization: Bearer sk_live_...

Get your API key from the Dashboard.

Rate Limits

  • Free tier: 60 requests/minute
  • Pro tier: 600 requests/minute
  • Enterprise: Unlimited

Rate limit headers are included in every response:

X-RateLimit-Limit: 60
X-RateLimit-Remaining: 58
X-RateLimit-Reset: 1719152400
⌘I
AI Assistant

Ask me anything about the documentation.

ESC