CursorAPIOptions
Defined in: packages/agentic-control/src/fleet/cursor-api.ts:32
Extended by
Section titled “Extended by”Properties
Section titled “Properties”apiKey?
Section titled “apiKey?”
optionalapiKey:string
Defined in: packages/agentic-control/src/fleet/cursor-api.ts:34
API key (defaults to CURSOR_API_KEY env var)
baseUrl?
Section titled “baseUrl?”
optionalbaseUrl:string
Defined in: packages/agentic-control/src/fleet/cursor-api.ts:38
API base URL (default: https://api.cursor.com/v0)
maxRetries?
Section titled “maxRetries?”
optionalmaxRetries:number
Defined in: packages/agentic-control/src/fleet/cursor-api.ts:40
Maximum number of retries for transient errors (default: 3)
retryDelay?
Section titled “retryDelay?”
optionalretryDelay:number
Defined in: packages/agentic-control/src/fleet/cursor-api.ts:42
Initial delay for exponential backoff in ms (default: 1000)
timeout?
Section titled “timeout?”
optionaltimeout:number
Defined in: packages/agentic-control/src/fleet/cursor-api.ts:36
Request timeout in milliseconds (default: 60000)