> For the complete documentation index, see [llms.txt](https://academy.looply.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.looply.ai/api-reference/developer-api-overview.md).

# Developer API Overview

## Introduction

Explore Looply developer APIs - powerful tools that empower developers to seamlessly interact with Looply's functionality.&#x20;

{% content-ref url="/pages/s4gM4N2pksrevybhfCC6" %}
[Workflow API](/api-reference/workflow-api.md)
{% endcontent-ref %}

## API Keys

Developers can view existing API keys or generate new ones directly from the Looply dashboard **Developer Tools** section. &#x20;

Dive into a refined space where precision meets access control, ensuring your development team has the credentials needed for a seamless integration experience.

<figure><img src="/files/V4fQz6GoipyeAs5rZPMR" alt=""><figcaption></figcaption></figure>

#### Generating API Keys

Get started by generating a new API key for your team directly from the **API Keys** page within Looply.&#x20;

Create a new API key by clicking the **Create API Key +** button and providing a name for your key.&#x20;

#### Deleting API Keys

API Keys can be seamlessly removed by clicking on the **trash can** icon located next to the API Key.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://academy.looply.ai/api-reference/developer-api-overview.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.
