Invoke Service with ACP
POST
/v1/endpoints/{endpoint_id}/acpExperimental ACP-over-HTTP transport. initialize, session/new, and session/cancel return JSON-RPC JSON; session/prompt streams newline-delimited JSON-RPC messages.
Path parameters
Active Service configured with the acp protocol.
JSON-RPC request
Use 2.0.
Client identifier echoed in the response.
initialize, session/new, session/prompt, or session/cancel.
Method-specific parameters. Prompt and cancel require sessionId.
Prompt streaming
session/prompt returns application/x-ndjson session/update notifications followed by a final result containing stopReason.
Experimental transport
ACP-over-HTTP may change. ACP Session IDs are canonical SandBase Session IDs.

