Skip to main content

Authentication & API Keys

Authenticating your requests to Skytells APIs

Amelia avatar
Written by Amelia
Updated over 3 months ago

Authentication & API Keys

Overview
To interact securely with Skytells services, you’ll need to authenticate using your unique API key. This helps protect your data and ensures authorized usage of the platform.

How to Obtain Your API Key:

  • Log in to your Skytells Dashboard

  • Go to the "API Keys" section.

  • Generate or manage your existing keys.

Security Best Practices:

  • Never expose your key in public repos.

  • Regenerate keys regularly for better security.

  • Use environment variables to store your keys securely.

Developers Docs
Step-by-step instructions for authentication are available in our official developer docs at https://docs.skytells.ai.

It includes sample code and error handling for different languages.

Did this answer your question?