# Developer API Overview

## Introduction

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

Armed with Looply's **Workflow API** and **Adaptive Card API**, developers open a realm of possibilities in their hands.&#x20;

Dive into the Looply Dashboard to generate or manage API keys, providing seamless access for your development team. With these keys, developers can gain real-time insights into workflow statuses, enabling informed decision-making.&#x20;

The power extends further as developers can trigger workflows from any location, ensuring dynamic and responsive control over the automation and adaptive card management processes.&#x20;

Whether it's streamlining workflows or enhancing communication through adaptive cards, Looply's APIs empower developers to elevate their applications to new heights.

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

{% content-ref url="/pages/G22ufc6kl0znFgxUXtYC" %}
[Adaptive Card API](/api-reference/adaptive-card-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: 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.
