For the complete documentation index, see llms.txt. This page is also available as Markdown.

API Keys and Authentication

Proper authentication is crucial for secure use of Automateo. Here's what you need to know:

  1. Automateo API Key

    • Generate this key from your "API Keys" page

    • Used to authenticate all requests to Automateo

    • You can create multiple API keys

    • Include in the Authorization header as "Bearer {token}"

  2. Third-party API Keys

    • Add your own API keys for:

      • OpenAI

      • Together AI

      • Fireworks AI

    • These allow you to use your own accounts with these services

    • To add: Go to API Keys > Create API Key

  3. Security Best Practices

    • Never share your API keys

    • Rotate keys regularly

    • Use environment variables to store keys in your code

    • Monitor key usage for any suspicious activity

Remember, protecting your API keys is essential to maintain the security of your Automateo account and associated services.

Last updated