# Partner Setup

For integrating Layerswap, partners should register in the [Dashboard](https://layerswap.io/dashboard) and set up an organization.

Each partner account can create an organization and app(s) within that organization. The organization serves as a logical grouping for multiple associated apps. The app stores all the partner-related information like API keys for programmatic access, webhooks, and other configurations that are needed for the integration and customizations.

<figure><img src="/files/1prTfsi9lMU4GYgaYIWU" alt=""><figcaption><p>Layerswap dashboard analytics</p></figcaption></figure>

### Register as a Partner

1. <https://layerswap.io/dashboard>
2. Enter your email address
3. Check your email address for a Code sent from Layerswap
4. Enter provided Code to login into the dashboard.

### Setup an Organization/App

* Create an organization
* Create an app under the organization
* Go to the newly created app and copy the API key

<figure><img src="/files/RTT0MDjaEAj1bUfVbVFN" alt=""><figcaption><p>API Key and Clint Id for App</p></figcaption></figure>

{% hint style="danger" %}
**API Key** is used for accessing [API ](/api/api-integration/quickstart.md)and should be **stored privately.**&#x20;
{% endhint %}

{% hint style="info" %}
**Client Id** is used for [embedded form](/api/ui-integration/embedded-form.md) or [Layerswap-hosted page](/api/ui-integration/layerswap-hosted-page.md).
{% endhint %}


---

# 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://learn.layerswap.io/api/partner-setup.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.
