# API and developer resources

> Find Wiring Studio’s MCP tools, Markdown documentation and discovery files for AI agents and integrations.

Source: https://wiring.studio/docs/api/

Connect to MCP to work with harness projects. Read the Markdown documentation to understand the product. These are the starting points for agents and integrations.

## Discover project tools

Connect an MCP client to **https://mcp.wiring.studio/mcp** and sign in with your Wiring Studio account. See [The MCP server](https://wiring.studio/docs/mcp-server/) for connection instructions and available capabilities.

After connecting, call **tools/list** to discover the available tools and their input schemas. The server provides the current definitions for reading and editing projects, sheets, components and wiring, and generating reports. Tool calls use the signed-in account’s access and plan limits.

There is no public REST API for project data. Use the MCP tools instead of constructing URLs against **https://app.wiring.studio/**.

## Discover HTTP resources

Fetch [/openapi.json](https://wiring.studio/openapi.json) for an OpenAPI 3.1 description of the MCP connection and authentication endpoints, documentation URLs and discovery files. Individual project tools and their schemas are discovered through MCP with **tools/list**.

## Find product documentation

| Resource | When to use it |
| --- | --- |
| [/llms.txt](https://wiring.studio/llms.txt) | Start here for a product overview and links to every documentation chapter. |
| [/llms-full.txt](https://wiring.studio/llms-full.txt) | Read the entire documentation corpus in one request. |
| [/docs/index.md](https://wiring.studio/docs/index.md) | Browse the documentation index as Markdown. |
| [/sitemap.xml](https://wiring.studio/sitemap.xml) | Discover published page URLs. |
| [/rss.xml](https://wiring.studio/rss.xml) | Read recent releases and product changes. |
| [/robots.txt](https://wiring.studio/robots.txt) | Check the site’s crawl policy. |

To read an individual page as Markdown, append **index.md** to its URL or send **Accept: text/markdown**. For example:

**Terminal**

```bash
curl https://wiring.studio/docs/design-view/index.md
```

## Help users reach the right page

For support, direct the user to the [support page](https://wiring.studio/support/). To subscribe to release notes, direct them to the [changelog](https://wiring.studio/changelog/). Both forms require browser verification.

_Last updated: 15 September 2026_
