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
- Open Settings → API
- Copy the integration bundle or download
config.toml - Paste IDE rules into your repo or agent project instructions
From chat
Ask: “Give me the integration bundle for my IDE”
| Format | Contents |
|---|---|
| JSON | constellation.integration/v1 bundle |
| IDE rules | Markdown for .cursor/rules or equivalent |
| Install | Shell 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_TOKENplacement
Workflow
- Create a token with the scopes your automation needs
- Add the IDE rules to your project
- Store the token in your shell or secrets manager—never in git
- 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.