# MadConnect APIs

## MadConnect API Overview

The MadConnect API allows you to automate the entire data transfer lifecycle — from configuring platforms and connectors to initiating transfers and monitoring logs. Whether you're integrating MadConnect into an orchestration platform or building a fully custom workflow, the API gives you full control over your data pipeline.

### Why Use the API?

* **Automation First**: Integrate MadConnect seamlessly into your CI/CD, orchestration, or workflow platforms
* **Full Feature Parity**: Everything available in the UI is accessible via API
* **Scalable & Secure**: Designed for high-throughput use cases with enterprise-grade security

### What You Can Do

* **Authenticate and Register Platforms**
* **Create, Read, Update, and Delete Connectors**
* **Define and Manage Connections**
* **Initiate Transfers Programmatically**
* **View Logs and Transfer Status**

<figure><img src="/files/NLV1kebKT3GOyvavYd8g" alt="" width="563"><figcaption></figcaption></figure>


---

# 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.madconnect.ai/deployment-options/madconnect-apis.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.
