Skip to main content

IDE & agent handoff

Export endpoints, scopes, and install commands from the console so your editor or coding agent operates against your production API.

From Settings

  1. Open Settings → API
  2. Copy the integration bundle or download config.toml
  3. Paste IDE rules into your repo or agent project instructions

From chat

Ask: “Give me the integration bundle for my IDE”

FormatContents
JSONconstellation.integration/v1 bundle
IDE rulesMarkdown for .cursor/rules or equivalent
InstallShell one-liner for gateways

Bundle contents

  • API base URLs (direct and console proxy)
  • Topology, telemetry, and predictions paths
  • Fleet agent install command
  • Required scopes and CONSTELLATION_API_TOKEN placement

Workflow

  1. Create a token with the scopes your automation needs
  2. Add the IDE rules to your project
  3. Store the token in your shell or secrets manager—never in git
  4. Use the fleet agent or HTTP API from CI and local dev

When you rotate a token, update secrets and re-copy the bundle if endpoints changed.