> For the complete documentation index, see [llms.txt](https://whitepaper.aitech.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.aitech.io/acn/publish-your-docs-3.md).

# Developer Ecosystem

The developer ecosystem is a core component of ACN, enabling continuous expansion of capabilities through third-party contributions and integrations.

***

#### **12.1 APIs and SDKs**

ACN provides standardized interfaces for developers to build and integrate applications.

* Access to Compute Marketplace and Agent Forge functionality
* SDKs for rapid development and deployment
* Support for multiple programming environments

| Tool          | Purpose                                  |
| ------------- | ---------------------------------------- |
| APIs          | Programmatic access to platform features |
| SDKs          | Simplified development and integration   |
| Documentation | Guidance for implementation              |

***

#### **12.2 Workflow Marketplace**

Agent Forge includes a marketplace for distributing and accessing workflows.

* Developers can publish reusable workflows
* Users can discover and execute available agents
* Supports monetization through execution-based payments

| Feature             | Benefit                              |
| ------------------- | ------------------------------------ |
| Workflow Publishing | Distribution of automation solutions |
| Discovery Layer     | Access to pre-built workflows        |
| Monetization        | Revenue generation for developers    |

***

#### **12.3 Incentives for Builders**

ACN is designed to encourage developer participation and ecosystem growth.

* Revenue sharing from workflow usage
* Access to platform tools and infrastructure
* Opportunities to build scalable services

| Incentive        | Outcome                             |
| ---------------- | ----------------------------------- |
| Revenue Sharing  | Financial motivation for developers |
| Platform Access  | Reduced development barriers        |
| Ecosystem Growth | Expansion of available solutions    |

***

#### **12.4 Summary**

| Ecosystem Component  | Role                  | Impact                  |
| -------------------- | --------------------- | ----------------------- |
| APIs & SDKs          | Development tools     | Faster integration      |
| Workflow Marketplace | Distribution layer    | Increased accessibility |
| Incentives           | Participation drivers | Ecosystem expansion     |

The developer ecosystem ensures that AITECH Cloud Network continues to evolve through active participation, enabling a scalable and diverse set of applications across industries.


---

# 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://whitepaper.aitech.io/acn/publish-your-docs-3.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.
