Integration

Everything in your Stardraw Cloud application is reachable through a documented REST API and a remote MCP (Model Context Protocol) server, so you can read and write your projects, products and drawings from your own software or from AI assistants such as Claude.

The REST API lives under /api/v1/ and is fully described by an OpenAPI 3.0 document (GET /api/v1/openapi.json). Calls are authenticated with a Bearer JWT obtained from POST /api/v1/oauth/token, and every call is authorized against the privileges of the calling user. A remote MCP server (POST /mcp) lets AI assistants manage your projects directly.

Full documentation — getting started, authentication, conventions, an interactive API reference you can test in your browser, downloadable code samples and the MCP server — lives in the Developer section.