Authentication

ScribePilot uses API keys to authenticate requests. You can view and manage your API keys in the Dashboard Settings.

Bearer Token Authentication

All API requests must include your API key in the Authorization header using the Bearer scheme.

Authorization: Bearer sk_live_...

API Keys

  • Your API keys carry many privileges, so be sure to keep them secure!
  • Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
  • We support both Test and Live environments. Use the Test API keys for development and testing.