everruns-integrations-cursor 0.15.0

Cursor Cloud Agents integration for Everruns
Documentation

everruns-integrations-cursor

Cursor Cloud Agents integration for Everruns.

Crates.io Documentation License: MIT

everruns-integrations-cursor lets Everruns agents launch and manage Cursor Background / Cloud Agents through Cursor's public REST API. Agents can delegate coding work to Cursor's cloud agents and track their progress, authenticated with a user-supplied Cursor API key.

Part of the Everruns ecosystem — the durable agentic harness engine for building unstoppable agents. It registers with everruns-core through the Everruns integration plugin system.

Quick Example

use everruns_core::capabilities::Capability;
use everruns_integrations_cursor::CursorCapability;

let capability = CursorCapability;

assert_eq!(capability.id(), "cursor");

What It Provides

  • Launch and manage Cursor Background / Cloud Agents over the public REST API
  • Bring-your-own Cursor API key via the user connection provider
  • Inventory-based Everruns integration registration

Documentation

License

Licensed under the MIT License.