Integração Cursor API

Hi everyone,

I’m the developer of OrchestrAI, a browser-based AI development environment currently about 80% complete. While its interface and developer experience are inspired by Cursor, the platform has its own architecture focused on agent orchestration, planning, live preview, debugging, project rules, and AI-assisted development workflows.

I’m trying to understand the appropriate commercial model for integrating Cursor Composer as one of the available AI backends, alongside other providers.

Has anyone built a SaaS or developer platform that integrates the official Cursor SDK/API in this way?

The goal is not to resell Cursor. Users would subscribe to OrchestrAI, and Composer would simply be one of several supported AI providers available within the platform.

Does Cursor offer an Enterprise plan, partner program, commercial license, or another type of agreement that supports this type of integration?

I’d love to include Composer in OrchestrAI while ensuring we’re aligned with Cursor’s licensing and commercial terms from the start.

If anyone from the Cursor team or the community has experience with this, I’d really appreciate your guidance. Thanks!

Hey, thanks for the detailed project description. A couple quick clarifications that might help:

Cursor SDK @cursor/sdk lets you run Cursor agents programmatically. It mirrors the IDE, CLI, and web app features like agent, plan and agent modes, local and cloud runtimes. So it’s an interface for running agents, not a raw model API you can use to plug Composer in as a separate LLM provider inside a third party product alongside other providers. Composer isn’t publicly offered as an embeddable standalone model endpoint for integration into another platform.

On the business model, partner program, and licensing terms for this kind of setup, that can’t be handled on the forum. Please reach out directly to the team at [email protected], they can advise on the commercial and licensing details for your case.

If you’re mainly interested in what you can build with the SDK technically, check the docs and the Cookbook: Cursor TypeScript SDK | Cursor Documentation

Thank you for the clarification.