Skip to content

Add agent management endpoints to Cloud Platform API#2399

Merged
AlexCatarino merged 1 commit into
QuantConnect:masterfrom
AlexCatarino:add-agent-management-endpoints
May 12, 2026
Merged

Add agent management endpoints to Cloud Platform API#2399
AlexCatarino merged 1 commit into
QuantConnect:masterfrom
AlexCatarino:add-agent-management-endpoints

Conversation

@AlexCatarino
Copy link
Copy Markdown
Member

Summary

  • Add /agents/create, /agents/read, /agents/update, /agents/delete, /agents/list to QuantConnect-Platform-2.0.0.yaml with full request/response schemas (Agent, AgentToken, AgentChainedEntry, AgentSubAgentEntry, AgentOrganization, AgentNode).
  • Renumber the Agent Management API Reference tags: Agents 01, Tasks 02, Deployments 03 (was Tasks 01, Deployments 02).
  • Extend Resources/qc-api/examples/agent-management.php with a list -> create-if-missing -> rename -> read flow that ends with an agent named "My Claude"; delete left commented for reference.
  • Regenerate the API Reference pages (01 Cloud Platform/99 API Reference/14 Agent Management/).

Test plan

  • python code-generators/API-Reference-Code-Generator.py runs without errors.
  • Live-tested the agent block of the example against https://www.quantconnect.com/api/v2/ (list, create with useQCC: true, update name to "My Claude", read) — all returned success: true.
  • Visual review of the generated Introduction / Request / Responses pages under 01 Agents/.
  • Confirm the renumbered Tasks (02) and Deployments (03) folders still match their endpoint docs.

- Add /agents/create, /agents/read, /agents/update, /agents/delete, /agents/list to QuantConnect-Platform-2.0.0.yaml
- Renumber tags: Agents 01, Tasks 02, Deployments 03
- Add list/create/rename/read agent example to Resources/qc-api/examples/agent-management.php
- Regenerate Agent Management reference pages

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@AlexCatarino AlexCatarino merged commit b3a39b6 into QuantConnect:master May 12, 2026
1 check passed
@AlexCatarino AlexCatarino deleted the add-agent-management-endpoints branch May 12, 2026 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant