# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.automateo.app/api-keys-and-authentication.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
