# API Key

### Overview

In AgenticFlow AI, you have the flexibility to use provided API keys or your own for integrating with various supported third-party services. This enables you to enhance your workflows with additional functionalities and data sources, ensuring seamless integration and extended capabilities.

#### Creating AgenticFlow API Keys

AgenticFlow AI also allows you to create your own API keys for use within the platform. This can be done by generating a new secret key.

**Steps to Create AgenticFlow API Keys:**

1. **Login and Navigate**: Login to <https://agenticflow.ai> and go to the API Keys page (Click Avatar -> API Keys).

   <figure><img src="/files/E8AEQG1iIWId98wB18q9" alt=""><figcaption></figcaption></figure>
2. **Create API Key**: Click button **Create API Key** and enter the name of the API Key.

   <figure><img src="/files/cjbn43hoaHHmunQHExkS" alt=""><figcaption></figcaption></figure>
3. **Copy Values**: Copy the values shown in the modal.

### Conclusion

Using API keys in AgenticFlow AI allows for seamless integration with third-party services and enhances the capabilities of your workflows and agents. Whether using provided keys or creating your own, the process is straightforward and secure. Start integrating today to unlock the full potential of your AI-powered automation.

If you have any questions or need assistance, reach out to our [support team](mailto:support@agenticflow.ai) or [join our community forums](https://community.agenticflow.ai/) or [our Discord](https://qra.ai/discord) for further guidance.


---

# 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.agenticflow.ai/developers/api-keys.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.
