mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
da03e1626a
The pool-fleet worker's Railway service is named `harness-workers` (PLURAL), but the SSOT keyed it `showcase-harness-worker` (singular). The image-ref gate matches SSOT keys to Railway service names verbatim, so the gate reported `harness-workers` as an untracked Railway service AND the stale singular key matched nothing. Rename the SSOT key (and every test/fixture reference) to the exact Railway name `harness-workers`. It stays the staging-only, domainless, probe-disabled worker that runs the shared `showcase-harness` image: serviceId c2aa8a0b-…, staging instance 362c1e37-…, ciBuilt:false, gateIgnore:true, no build slot (so no dispatchName), single `staging` env with no domain. Add a focused test pinning that shape. Counts are unchanged (29 services / 26 CI_BUILT) — this is a rename, not an addition; both harness workers already existed on main. Verified LOCALLY against Railway: verify-railway-image-refs reports `54 env-scoped instances verified (2 skipped)` — 0 violations, 0 missing, 0 untracked (harness-workers reconciled, harness-workers + harness-legacy the 2 gateIgnore'd skips). emit --check zero drift, Ruby parity green (borrowed .up.railway.app host is parity-excluded), full scripts suite + typecheck green.
570 lines
18 KiB
JSON
570 lines
18 KiB
JSON
{
|
|
"projectId": "6f8c6bff-a80d-4f8f-b78d-50b32bcf4479",
|
|
"envIds": {
|
|
"staging": "8edfef02-ea09-4a20-8689-261f21cc2849",
|
|
"prod": "b14919f4-6417-429f-848d-c6ae2201e04f"
|
|
},
|
|
"services": [
|
|
{
|
|
"name": "aimock",
|
|
"serviceId": "0fa0435d-8a66-46f0-84fd-e4250b580013",
|
|
"prodInstanceId": "5801d8be-5ad9-4eff-9c9c-7be61d9a023e",
|
|
"stagingInstanceId": "9f260dfd-d9d4-43e9-98fe-49696f87fe50",
|
|
"ciBuilt": true,
|
|
"gateValidated": true,
|
|
"dispatchName": "showcase-aimock",
|
|
"repoNameOverride": {
|
|
"prod": "showcase-aimock",
|
|
"staging": "showcase-aimock"
|
|
},
|
|
"domains": {
|
|
"staging": "aimock-staging.up.railway.app",
|
|
"prod": "showcase-aimock-production.up.railway.app"
|
|
},
|
|
"probe": {
|
|
"staging": true,
|
|
"prod": true,
|
|
"driver": "aimock"
|
|
}
|
|
},
|
|
{
|
|
"name": "dashboard",
|
|
"serviceId": "4d5dfd74-be61-40b2-8564-b53b7dd4c15b",
|
|
"prodInstanceId": "e68f98fa-b2ef-41cc-82f6-2ed6f9533bf3",
|
|
"stagingInstanceId": "aea7332e-17a0-4fab-921c-ed5baad2a6f2",
|
|
"ciBuilt": true,
|
|
"gateValidated": true,
|
|
"dispatchName": "shell-dashboard",
|
|
"repoNameOverride": {
|
|
"prod": "showcase-shell-dashboard",
|
|
"staging": "showcase-shell-dashboard"
|
|
},
|
|
"domains": {
|
|
"staging": "dashboard.showcase.staging.copilotkit.ai",
|
|
"prod": "dashboard.showcase.copilotkit.ai"
|
|
},
|
|
"probe": {
|
|
"staging": true,
|
|
"prod": true,
|
|
"driver": "dashboard"
|
|
}
|
|
},
|
|
{
|
|
"name": "docs",
|
|
"serviceId": "7badfb8d-4228-414c-9145-b4026803714f",
|
|
"prodInstanceId": "b15564fc-f832-49b3-82df-fd36f298fe96",
|
|
"stagingInstanceId": "d5caa51d-73ee-4669-bfea-d87bf1488b02",
|
|
"ciBuilt": true,
|
|
"gateValidated": true,
|
|
"dispatchName": "shell-docs",
|
|
"repoNameOverride": {
|
|
"prod": "showcase-shell-docs",
|
|
"staging": "showcase-shell-docs"
|
|
},
|
|
"domains": {
|
|
"staging": "docs.staging.copilotkit.ai",
|
|
"prod": "docs.copilotkit.ai"
|
|
},
|
|
"probe": {
|
|
"staging": true,
|
|
"prod": true,
|
|
"driver": "docs"
|
|
}
|
|
},
|
|
{
|
|
"name": "dojo",
|
|
"serviceId": "7ad1ece7-2228-49cd-8a78-bddf30322907",
|
|
"prodInstanceId": "2ee4f2aa-11ec-4426-9a4a-41a1ad04f16d",
|
|
"stagingInstanceId": "1284d717-0ff5-432c-9326-fab12661df61",
|
|
"ciBuilt": true,
|
|
"gateValidated": true,
|
|
"dispatchName": "shell-dojo",
|
|
"repoNameOverride": {
|
|
"prod": "showcase-shell-dojo",
|
|
"staging": "showcase-shell-dojo"
|
|
},
|
|
"domains": {
|
|
"staging": "dojo.showcase.staging.copilotkit.ai",
|
|
"prod": "dojo.showcase.copilotkit.ai"
|
|
},
|
|
"probe": {
|
|
"staging": true,
|
|
"prod": true,
|
|
"driver": "dojo"
|
|
}
|
|
},
|
|
{
|
|
"name": "harness",
|
|
"serviceId": "3a14bfed-0537-4d71-897b-7c593dca161d",
|
|
"prodInstanceId": "05fbcdf2-8a50-4b71-b4f6-c92c4b17e626",
|
|
"stagingInstanceId": "0811f68f-fac4-440e-a350-3a7ca5855b80",
|
|
"ciBuilt": true,
|
|
"gateValidated": true,
|
|
"dispatchName": "showcase-harness",
|
|
"repoNameOverride": {
|
|
"prod": "showcase-harness",
|
|
"staging": "showcase-harness"
|
|
},
|
|
"domains": {
|
|
"staging": "harness-staging-2ee4.up.railway.app",
|
|
"prod": "showcase-harness-production.up.railway.app"
|
|
},
|
|
"probe": {
|
|
"staging": true,
|
|
"prod": true,
|
|
"driver": "harness"
|
|
}
|
|
},
|
|
{
|
|
"name": "harness-legacy",
|
|
"serviceId": "11279eba-97eb-417e-82a5-7cb4254eb147",
|
|
"prodInstanceId": "3d125700-a08d-4a7f-904b-c13f3f7cc0fc",
|
|
"stagingInstanceId": "ed184024-fdfa-4b6f-bb51-37d6648e0beb",
|
|
"ciBuilt": false,
|
|
"gateValidated": false,
|
|
"repoNameOverride": {
|
|
"prod": "showcase-harness",
|
|
"staging": "showcase-harness"
|
|
},
|
|
"domains": {
|
|
"staging": "harness-staging-2ee4.up.railway.app",
|
|
"prod": "showcase-harness-production.up.railway.app"
|
|
},
|
|
"probe": {
|
|
"staging": false,
|
|
"prod": false,
|
|
"driver": "harness"
|
|
}
|
|
},
|
|
{
|
|
"name": "harness-workers",
|
|
"serviceId": "c2aa8a0b-350e-4b76-8541-3012dfac41d0",
|
|
"prodInstanceId": "c2aa8a0b-350e-4b76-8541-3012dfac41d0",
|
|
"stagingInstanceId": "362c1e37-5f40-45f2-ac7b-0e5adac565f8",
|
|
"ciBuilt": false,
|
|
"gateValidated": false,
|
|
"repoNameOverride": {
|
|
"prod": "showcase-harness",
|
|
"staging": "showcase-harness"
|
|
},
|
|
"domains": {
|
|
"staging": "harness-staging-2ee4.up.railway.app",
|
|
"prod": "showcase-harness-production.up.railway.app"
|
|
},
|
|
"probe": {
|
|
"staging": false,
|
|
"prod": false,
|
|
"driver": "harness"
|
|
}
|
|
},
|
|
{
|
|
"name": "pocketbase",
|
|
"serviceId": "ba11e854-d695-4738-9a45-2b0776788824",
|
|
"prodInstanceId": "1ee376e2-13f2-4464-801e-d0aa0bf76532",
|
|
"stagingInstanceId": "0bc7db7b-5a43-4b33-af46-d07fb53c8610",
|
|
"ciBuilt": true,
|
|
"gateValidated": true,
|
|
"dispatchName": "showcase-pocketbase",
|
|
"repoNameOverride": {
|
|
"prod": "showcase-pocketbase",
|
|
"staging": "showcase-pocketbase"
|
|
},
|
|
"domains": {
|
|
"staging": "pocketbase-staging-eec0.up.railway.app",
|
|
"prod": "showcase-pocketbase-production.up.railway.app"
|
|
},
|
|
"probe": {
|
|
"staging": true,
|
|
"prod": true,
|
|
"driver": "pocketbase"
|
|
}
|
|
},
|
|
{
|
|
"name": "shell",
|
|
"serviceId": "40eea0da-6071-4ea8-bdb9-39afb19225ec",
|
|
"prodInstanceId": "01614ccf-e109-4b30-b41b-7c5551c0a34c",
|
|
"stagingInstanceId": "25b7de41-188c-4f2e-ac07-538212eaeb91",
|
|
"ciBuilt": true,
|
|
"gateValidated": true,
|
|
"dispatchName": "shell",
|
|
"repoNameOverride": {
|
|
"prod": "showcase-shell",
|
|
"staging": "showcase-shell"
|
|
},
|
|
"domains": {
|
|
"staging": "showcase.staging.copilotkit.ai",
|
|
"prod": "showcase.copilotkit.ai"
|
|
},
|
|
"probe": {
|
|
"staging": true,
|
|
"prod": true,
|
|
"driver": "shell"
|
|
}
|
|
},
|
|
{
|
|
"name": "showcase-ag2",
|
|
"serviceId": "4a37481b-f264-4eb7-a9cd-0a9ebb9ac05c",
|
|
"prodInstanceId": "de571c97-03fd-486b-8a54-9767a4a53f95",
|
|
"stagingInstanceId": "ecaf81b3-93a8-4862-92b6-04a016b634ed",
|
|
"ciBuilt": true,
|
|
"gateValidated": true,
|
|
"dispatchName": "ag2",
|
|
"domains": {
|
|
"staging": "showcase-ag2-staging.up.railway.app",
|
|
"prod": "showcase-ag2-production.up.railway.app"
|
|
},
|
|
"probe": {
|
|
"staging": true,
|
|
"prod": true,
|
|
"driver": "agent"
|
|
}
|
|
},
|
|
{
|
|
"name": "showcase-agno",
|
|
"serviceId": "32cab80b-e329-45bd-9c73-c4e1ddc94305",
|
|
"prodInstanceId": "026d12fb-2844-42af-8f92-b47bc8a06bc8",
|
|
"stagingInstanceId": "68964ab6-75ca-4095-a64a-52cacfb684f5",
|
|
"ciBuilt": true,
|
|
"gateValidated": true,
|
|
"dispatchName": "agno",
|
|
"domains": {
|
|
"staging": "showcase-agno-staging.up.railway.app",
|
|
"prod": "showcase-agno-production.up.railway.app"
|
|
},
|
|
"probe": {
|
|
"staging": true,
|
|
"prod": true,
|
|
"driver": "agent"
|
|
}
|
|
},
|
|
{
|
|
"name": "showcase-built-in-agent",
|
|
"serviceId": "f4f8371a-bc46-45b2-b6d4-9c9af608bdbf",
|
|
"prodInstanceId": "40018ef7-1ed1-4979-b80c-9c2d957b6d88",
|
|
"stagingInstanceId": "b89ae7b3-01cc-4ed4-aca6-23aaa63cd59e",
|
|
"ciBuilt": true,
|
|
"gateValidated": true,
|
|
"dispatchName": "built-in-agent",
|
|
"domains": {
|
|
"staging": "showcase-built-in-agent-staging.up.railway.app",
|
|
"prod": "showcase-built-in-agent-production.up.railway.app"
|
|
},
|
|
"probe": {
|
|
"staging": true,
|
|
"prod": true,
|
|
"driver": "agent"
|
|
}
|
|
},
|
|
{
|
|
"name": "showcase-claude-sdk-python",
|
|
"serviceId": "b122ab65-9854-4cb2-a68e-b50ff13f7481",
|
|
"prodInstanceId": "bb18caaf-9a3e-4fdd-85ec-562fd82a3a89",
|
|
"stagingInstanceId": "1ef25aec-5fbd-40b9-8685-57c2681bd45d",
|
|
"ciBuilt": true,
|
|
"gateValidated": true,
|
|
"dispatchName": "claude-sdk-python",
|
|
"domains": {
|
|
"staging": "showcase-claude-sdk-python-staging.up.railway.app",
|
|
"prod": "showcase-claude-sdk-python-production.up.railway.app"
|
|
},
|
|
"probe": {
|
|
"staging": true,
|
|
"prod": true,
|
|
"driver": "agent"
|
|
}
|
|
},
|
|
{
|
|
"name": "showcase-claude-sdk-typescript",
|
|
"serviceId": "18a98727-5700-44aa-b497-b60795dbbd6a",
|
|
"prodInstanceId": "bee425e4-9661-4a88-8888-922b8cd4b61d",
|
|
"stagingInstanceId": "92305747-2f55-4122-aad4-882e989558ab",
|
|
"ciBuilt": true,
|
|
"gateValidated": true,
|
|
"dispatchName": "claude-sdk-typescript",
|
|
"domains": {
|
|
"staging": "showcase-claude-sdk-typescript-staging.up.railway.app",
|
|
"prod": "showcase-claude-sdk-typescript-production.up.railway.app"
|
|
},
|
|
"probe": {
|
|
"staging": true,
|
|
"prod": true,
|
|
"driver": "agent"
|
|
}
|
|
},
|
|
{
|
|
"name": "showcase-crewai-crews",
|
|
"serviceId": "0e9c284d-8d87-4fcf-9f82-6b704d7e4bd4",
|
|
"prodInstanceId": "3dab0cc3-cab1-4579-b772-947268088514",
|
|
"stagingInstanceId": "88c2a14f-435b-499e-a811-ee4f4be18fd8",
|
|
"ciBuilt": true,
|
|
"gateValidated": true,
|
|
"dispatchName": "crewai-crews",
|
|
"domains": {
|
|
"staging": "showcase-crewai-crews-staging.up.railway.app",
|
|
"prod": "showcase-crewai-crews-production.up.railway.app"
|
|
},
|
|
"probe": {
|
|
"staging": true,
|
|
"prod": true,
|
|
"driver": "agent"
|
|
}
|
|
},
|
|
{
|
|
"name": "showcase-google-adk",
|
|
"serviceId": "87f60507-5a3d-4b8a-9e23-2b1de85d939c",
|
|
"prodInstanceId": "7b2da5db-87d2-40ad-a3d9-b2d7a5485a22",
|
|
"stagingInstanceId": "7efe2fa0-fa78-4585-bc4c-6d39c326e6d1",
|
|
"ciBuilt": true,
|
|
"gateValidated": true,
|
|
"dispatchName": "google-adk",
|
|
"domains": {
|
|
"staging": "showcase-google-adk-staging.up.railway.app",
|
|
"prod": "showcase-google-adk-production.up.railway.app"
|
|
},
|
|
"probe": {
|
|
"staging": true,
|
|
"prod": true,
|
|
"driver": "agent"
|
|
}
|
|
},
|
|
{
|
|
"name": "showcase-langgraph-fastapi",
|
|
"serviceId": "06cccb5c-59f4-46b5-8adc-7113e77011a4",
|
|
"prodInstanceId": "105b7e01-acd0-48e2-9a09-541e2103e8d2",
|
|
"stagingInstanceId": "7899afe0-141b-4217-8dbb-5907813231dc",
|
|
"ciBuilt": true,
|
|
"gateValidated": true,
|
|
"dispatchName": "langgraph-fastapi",
|
|
"domains": {
|
|
"staging": "showcase-langgraph-fastapi-staging.up.railway.app",
|
|
"prod": "showcase-langgraph-fastapi-production.up.railway.app"
|
|
},
|
|
"probe": {
|
|
"staging": true,
|
|
"prod": true,
|
|
"driver": "agent"
|
|
}
|
|
},
|
|
{
|
|
"name": "showcase-langgraph-python",
|
|
"serviceId": "90d03214-4569-41b0-b4c1-6438a8a7b203",
|
|
"prodInstanceId": "aec504f7-63d7-4ea6-9d50-601b00d2ae80",
|
|
"stagingInstanceId": "04d29664-a776-4670-9db3-b1d18bce1669",
|
|
"ciBuilt": true,
|
|
"gateValidated": true,
|
|
"dispatchName": "langgraph-python",
|
|
"domains": {
|
|
"staging": "showcase-langgraph-python-staging.up.railway.app",
|
|
"prod": "showcase-langgraph-python-production.up.railway.app"
|
|
},
|
|
"probe": {
|
|
"staging": true,
|
|
"prod": true,
|
|
"driver": "agent"
|
|
}
|
|
},
|
|
{
|
|
"name": "showcase-langgraph-typescript",
|
|
"serviceId": "66246d3b-a18e-46f0-be51-5f3ff7a36e5a",
|
|
"prodInstanceId": "f53e9fdc-7c3e-4dfd-9fa8-d7241fd55bb8",
|
|
"stagingInstanceId": "481ab37f-da8a-4015-bd88-2b28d9eb261a",
|
|
"ciBuilt": true,
|
|
"gateValidated": true,
|
|
"dispatchName": "langgraph-typescript",
|
|
"domains": {
|
|
"staging": "showcase-langgraph-typescript-staging.up.railway.app",
|
|
"prod": "showcase-langgraph-typescript-production.up.railway.app"
|
|
},
|
|
"probe": {
|
|
"staging": true,
|
|
"prod": true,
|
|
"driver": "agent"
|
|
}
|
|
},
|
|
{
|
|
"name": "showcase-langroid",
|
|
"serviceId": "6dd9cb0a-66cc-46f1-972e-7cd74756157d",
|
|
"prodInstanceId": "6b5e20b5-8f8e-4ec3-9288-7a41122e42e5",
|
|
"stagingInstanceId": "a213f7d9-2117-4944-988b-05e68d819dd5",
|
|
"ciBuilt": true,
|
|
"gateValidated": true,
|
|
"dispatchName": "langroid",
|
|
"domains": {
|
|
"staging": "showcase-langroid-staging.up.railway.app",
|
|
"prod": "showcase-langroid-production.up.railway.app"
|
|
},
|
|
"probe": {
|
|
"staging": true,
|
|
"prod": true,
|
|
"driver": "agent"
|
|
}
|
|
},
|
|
{
|
|
"name": "showcase-llamaindex",
|
|
"serviceId": "285386e8-492d-4cb8-b632-0a7d4607378f",
|
|
"prodInstanceId": "b778856e-9f90-4136-9415-fb2b41173f8d",
|
|
"stagingInstanceId": "17899ea7-355c-43f2-a152-28cb0b7fa864",
|
|
"ciBuilt": true,
|
|
"gateValidated": true,
|
|
"dispatchName": "llamaindex",
|
|
"domains": {
|
|
"staging": "showcase-llamaindex-staging.up.railway.app",
|
|
"prod": "showcase-llamaindex-production.up.railway.app"
|
|
},
|
|
"probe": {
|
|
"staging": true,
|
|
"prod": true,
|
|
"driver": "agent"
|
|
}
|
|
},
|
|
{
|
|
"name": "showcase-mastra",
|
|
"serviceId": "d7979eb7-2405-4aab-ad21-438f4a1b08af",
|
|
"prodInstanceId": "eaeddd9c-8b75-426f-b033-0fd935cbf6ef",
|
|
"stagingInstanceId": "eec22411-aab5-47a1-8f5b-d097e233d7f8",
|
|
"ciBuilt": true,
|
|
"gateValidated": true,
|
|
"dispatchName": "mastra",
|
|
"domains": {
|
|
"staging": "showcase-mastra-staging.up.railway.app",
|
|
"prod": "showcase-mastra-production.up.railway.app"
|
|
},
|
|
"probe": {
|
|
"staging": true,
|
|
"prod": true,
|
|
"driver": "agent"
|
|
}
|
|
},
|
|
{
|
|
"name": "showcase-ms-agent-dotnet",
|
|
"serviceId": "beeb2dd6-87a4-4599-aa07-0578f7bd6519",
|
|
"prodInstanceId": "93ca0edf-7b59-4de4-b1fd-3412bb07bc6a",
|
|
"stagingInstanceId": "9826bc58-c472-41e6-b050-29249d4b2a52",
|
|
"ciBuilt": true,
|
|
"gateValidated": true,
|
|
"dispatchName": "ms-agent-dotnet",
|
|
"domains": {
|
|
"staging": "showcase-ms-agent-dotnet-staging.up.railway.app",
|
|
"prod": "showcase-ms-agent-dotnet-production.up.railway.app"
|
|
},
|
|
"probe": {
|
|
"staging": true,
|
|
"prod": true,
|
|
"driver": "agent"
|
|
}
|
|
},
|
|
{
|
|
"name": "showcase-ms-agent-harness-dotnet",
|
|
"serviceId": "6343d7f9-6c3f-4c8d-9a6e-79f03d2f1e37",
|
|
"prodInstanceId": "8f91ebc6-95c0-4433-b1f7-657ff49c2d59",
|
|
"stagingInstanceId": "6b0fe181-9156-4a40-9e44-90befe09833a",
|
|
"ciBuilt": true,
|
|
"gateValidated": true,
|
|
"dispatchName": "ms-agent-harness-dotnet",
|
|
"domains": {
|
|
"staging": "showcase-ms-agent-harness-dotnet-staging.up.railway.app",
|
|
"prod": "showcase-ms-agent-harness-dotnet-production.up.railway.app"
|
|
},
|
|
"probe": {
|
|
"staging": true,
|
|
"prod": true,
|
|
"driver": "agent"
|
|
}
|
|
},
|
|
{
|
|
"name": "showcase-ms-agent-python",
|
|
"serviceId": "655db75a-af8d-427d-a4f9-441570ae5003",
|
|
"prodInstanceId": "323ed911-4d28-45ab-8fc0-7d151828b938",
|
|
"stagingInstanceId": "741725ce-5fa1-4327-aff5-53dcc000c29c",
|
|
"ciBuilt": true,
|
|
"gateValidated": true,
|
|
"dispatchName": "ms-agent-python",
|
|
"domains": {
|
|
"staging": "showcase-ms-agent-python-staging.up.railway.app",
|
|
"prod": "showcase-ms-agent-python-production.up.railway.app"
|
|
},
|
|
"probe": {
|
|
"staging": true,
|
|
"prod": true,
|
|
"driver": "agent"
|
|
}
|
|
},
|
|
{
|
|
"name": "showcase-pydantic-ai",
|
|
"serviceId": "0a106173-2282-4887-a994-0ca276a99d69",
|
|
"prodInstanceId": "192cd647-6824-4f01-937a-1da675d83805",
|
|
"stagingInstanceId": "6edf5ca5-6a56-4d28-92c3-2a3360c735db",
|
|
"ciBuilt": true,
|
|
"gateValidated": true,
|
|
"dispatchName": "pydantic-ai",
|
|
"domains": {
|
|
"staging": "showcase-pydantic-ai-staging.up.railway.app",
|
|
"prod": "showcase-pydantic-ai-production.up.railway.app"
|
|
},
|
|
"probe": {
|
|
"staging": true,
|
|
"prod": true,
|
|
"driver": "agent"
|
|
}
|
|
},
|
|
{
|
|
"name": "showcase-spring-ai",
|
|
"serviceId": "eed5d041-91be-4282-b414-beea00843401",
|
|
"prodInstanceId": "2fbf1db2-5e51-44c9-983c-3f2242d95c61",
|
|
"stagingInstanceId": "189ac76f-bd77-45c0-9c45-3853dae763cc",
|
|
"ciBuilt": true,
|
|
"gateValidated": true,
|
|
"dispatchName": "spring-ai",
|
|
"domains": {
|
|
"staging": "showcase-spring-ai-staging.up.railway.app",
|
|
"prod": "showcase-spring-ai-production.up.railway.app"
|
|
},
|
|
"probe": {
|
|
"staging": true,
|
|
"prod": true,
|
|
"driver": "agent"
|
|
}
|
|
},
|
|
{
|
|
"name": "showcase-strands",
|
|
"serviceId": "92e1cfad-ad53-403f-ab2b-5ab380832232",
|
|
"prodInstanceId": "2123c71b-9385-443c-a1c3-bcf4b1669eeb",
|
|
"stagingInstanceId": "f8a9d2ed-50ec-4f06-85d6-230baced8471",
|
|
"ciBuilt": true,
|
|
"gateValidated": true,
|
|
"dispatchName": "strands",
|
|
"domains": {
|
|
"staging": "showcase-strands-staging.up.railway.app",
|
|
"prod": "showcase-strands-production.up.railway.app"
|
|
},
|
|
"probe": {
|
|
"staging": true,
|
|
"prod": true,
|
|
"driver": "agent"
|
|
}
|
|
},
|
|
{
|
|
"name": "webhooks",
|
|
"serviceId": "ba6acc13-7585-41fe-a5ee-585b34a58fcd",
|
|
"prodInstanceId": "d82ef5b4-3bfd-462e-9436-3d5dbca8681a",
|
|
"stagingInstanceId": "450e87e0-aba5-4aba-afaf-15f4deab03f0",
|
|
"ciBuilt": false,
|
|
"gateValidated": true,
|
|
"dispatchName": "webhooks",
|
|
"repoNameOverride": {
|
|
"prod": "showcase-eval-webhook",
|
|
"staging": "showcase-eval-webhook"
|
|
},
|
|
"domains": {
|
|
"staging": "hooks.showcase.staging.copilotkit.ai",
|
|
"prod": "hooks.showcase.copilotkit.ai"
|
|
},
|
|
"probe": {
|
|
"staging": true,
|
|
"prod": true,
|
|
"driver": "webhooks"
|
|
}
|
|
}
|
|
]
|
|
}
|