List connected AI agents
The project's connected AI agents — one per authenticated trigger connector (Claude / Cursor / Copilot / Jules). These are the agent types ops ack accepts…
The project's connected AI agents — one per authenticated trigger
connector (Claude / Cursor / Copilot / Jules). These are the agent types
ops ack accepts and the agents a queue item can be assigned to.
Discover which agent values an AI ack can use, e.g. after
an AGENT_NOT_CONNECTED error.
Authorization
bearerSdkKey Pass an admin SDK key as Authorization: Bearer sdk_admin_…. Mint via POST /api/admin/keys with type: "admin".
In: header
Header Parameters
Project the request operates on. Optional — defaults to the project the SDK key belongs to; pass it only to scope a multi-project key (the generated client sets it once from its configuration, so per-call callers never thread it).
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://shipeasy.ai/api/admin/agent-profiles"[
{
"connectorId": "string",
"provider": "claude_trigger",
"name": "string",
"handle": "string"
}
]{
"error": "Malformed request (bad JSON, missing project scope).",
"code": "BAD_REQUEST"
}{
"error": "Missing or invalid admin SDK key.",
"code": "UNAUTHORIZED"
}{
"error": "Key is valid but not allowed to act on this project.",
"code": "FORBIDDEN"
}Update an investigation record
Update one existing investigation record in place — the write-back seam for the working run record you were handed when a run was launched. Fill in the…
List an item's comments
List the comment thread on a queue item, oldest first. Each comment carries its author (a teammate email, or system for a comment authored by Jarvis — the…