Use this skill to run a complete Coral Cloud session: discover available agents, build and submit a session payload, then monitor and close it.
Identify the agent you want to run before composing a session payload.
Fast commands:
bash scripts/list_registry_agents.shbash scripts/inspect_registry_agent.sh Live endpoints:
GET https://api.coralcloud.ai/api/v1/registryGET https://api.coralcloud.ai/api/v1/registry/{source}/{agentName}/{version}Before moving on, record:
sourceagentNameversionIf you see {"message":"Not found"}, compare the URL to the current Coral Cloud API guide.
Build and submit a POST /api/v1/local/session payload using the agent identified in Phase 1.
Fast commands:
bash scripts/create_session.sh examples/payloads/echo-session.jsonbash scripts/create_session_from_simple.sh examples/payloads/simple/echo-session.jsonPayload notes:
examples/payloads/echo-session.json or expand from examples/payloads/simple/ using scripts/build_coral_session_payload.py.agentGraphRequest, namespaceProvider, execution.annotations, extendedEndReport.Success criteria:
sessionId in the responseMonitor progress and clean up after the session is running.
Fast command:
bash scripts/get_session_state.sh Live endpoint:
GET /api/v1/local/session/{namespace}/{sessionId}Lifecycle checklist:
Success criteria:
共 1 个版本