> For the complete documentation index, see [llms.txt](https://guide.transmute.industries/verifiable-data-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.transmute.industries/verifiable-data-platform/platform-guide/adapter-marketplace.md).

# Adapter Marketplace

Adapters are a way of automatically integrating to other platforms, importing or exporting data from the Transmute platform.&#x20;

<figure><img src="/files/ArFvX4MI87eFoqmEA69F" alt="Adapter Marketplace page"><figcaption><p>Adapter Marketplace page</p></figcaption></figure>

### Running Adapters

Transmute platform Adapters are designed as open source Github workflows. This has several advantages:&#x20;

* Flexibility, visibility and control of running you Transmute platform integrations.&#x20;
* Extensibility, it is simple to combine adapter functionalities with other actions.&#x20;
* Easy to fit in with your CI/CD pipelines and other common workflows.&#x20;
* Leverages the large Github workflow developer community.&#x20;

Note that "no-code" adapter configuration and hosting is available as part of the Transmute platform Enterprise plan. Please [get in touch](https://transmute.typeform.com/to/lIIH9f37) for options.&#x20;

### Installation

On the platform navigate to <https://platform.transmute.industries/marketplace/adapters>, and click on the card for the adapter you wish to install. If you do not have an account you will be prompted to create one, and then redirected to this page.

Installing an Adapter will:&#x20;

1. Create an application which runs the adapter. The application is given a minimum set of scopes, and will be listed under your [Transmute platform Applications](https://platform.transmute.industries/organization/applications).&#x20;
2. Download an installer script and environment credentials necessary for running the Github workflow.&#x20;
3. Running the script, a new Github repository will be created on your Github account, ready to execute the adapter functionality.&#x20;

Specific details on functionality, installation and running the different types of adapters are are described next.


---

# 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://guide.transmute.industries/verifiable-data-platform/platform-guide/adapter-marketplace.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.
