Automateo: LLM Prompt Chain Builder
  • Welcome to Automateo
  • Getting Started
  • Building Workflows
  • Node Types
  • Triggering Workflows
  • Running and Debugging
  • Testing Workflows from Outside Automateo
  • Output Options
  • LLM Node Configuration
  • Execution History
  • API Keys and Authentication
  • Pricing and Usage
  • Implementing Automateo Workflows in Your Applications
Powered by GitBook
On this page

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.

PreviousExecution HistoryNextPricing and Usage

Last updated 10 months ago