Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.

shawnhaman9-ctrl/ARCAGENT

https://github.com/shawnhaman9-ctrl/ARCAGENT · scanned 2026-06-16 00:10 UTC (2 months, 2 weeks ago)

1607 raw signals (0 security + 1607 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 1606 actionable findings from 1 signal source. 1 repeated signal grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 47.3/100 with 100.0% coverage. It contains 13350 nodes across 10 cross-layer flows, written primarily in mixed languages. Engine surfaced 1607 findings — concentrated in api (854), quality (497), frontend (223). Risk profile is high: 3 critical, 852 high, 216 medium. Recommended next step: open the api layer findings first — that's where the highest-impact wins live.

Showing 1210 of 1606 actionable findings. 1607 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical System graph security Secrets conf 1.00 2 occurrences Possible secret in app/api/admin/env-probe/route.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 35, 73
app/api/admin/env-probe/route.ts:35, 73 (2 hits)
critical System graph security Secrets conf 1.00 Possible secret in scripts/_smoke-export-context.mjs
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
scripts/_smoke-export-context.mjs:68
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/admin/alert-recipients/${id} (components/app/settings/alert-recipients-manager.tsx:56)
`components/app/settings/alert-recipients-manager.tsx:56` calls `DELETE /api/admin/alert-recipients/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/alert-recipients/<p>` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/admin/cold-email/lists (components/admin/cold-email-console.tsx:734)
`components/admin/cold-email-console.tsx:734` calls `DELETE /api/admin/cold-email/lists` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/cold-email/lists` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/admin/cold-email/mailboxes (components/admin/cold-email-console.tsx:607)
`components/admin/cold-email-console.tsx:607` calls `DELETE /api/admin/cold-email/mailboxes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/cold-email/mailboxes` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/admin/cold-email/sequences (components/admin/cold-email-console.tsx:774)
`components/admin/cold-email-console.tsx:774` calls `DELETE /api/admin/cold-email/sequences` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/cold-email/sequences` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/admin/coupons/${id} (components/app/admin/coupons-manager.tsx:97)
`components/app/admin/coupons-manager.tsx:97` calls `DELETE /api/admin/coupons/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/coupons/<p>` If this points at an external API, prefix it with `https://` so…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/admin/ghl/connect?id=${id} (components/app/connections/ghl-card.tsx:47)
`components/app/connections/ghl-card.tsx:47` calls `DELETE /api/admin/ghl/connect?id=${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ghl/connect` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/admin/prospects/${id} (components/admin/leads-console.tsx:1430)
`components/admin/leads-console.tsx:1430` calls `DELETE /api/admin/prospects/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/prospects/<p>` If this points at an external API, prefix it with `https://` so…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/admin/sms-pool/${encodeURIComponent(phone)} (components/admin/sms-pool-manager.tsx:45)
`components/admin/sms-pool-manager.tsx:45` calls `DELETE /api/admin/sms-pool/${encodeURIComponent(phone)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/sms-pool/<p>` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/admin/team/operators/${op.id} (components/admin/team-console.tsx:150)
`components/admin/team-console.tsx:150` calls `DELETE /api/admin/team/operators/${op.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/team/operators/<p>` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/admin/workspaces/${tenantId}/delete (app/v5/admin/workspaces/[tenantId]/page.tsx:139)
`app/v5/admin/workspaces/[tenantId]/page.tsx:139` calls `DELETE /api/admin/workspaces/${tenantId}/delete` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/workspaces/<p>/delete` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/agents/${agentId}/logic-rules/${rule.id} (components/app/agents/logic-panel.tsx:171)
`components/app/agents/logic-panel.tsx:171` calls `DELETE /api/agents/${agentId}/logic-rules/${rule.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/<p>/logic-rules/<p>` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/agents/${id} (components/app/agents/agents-grid.tsx:101)
`components/app/agents/agents-grid.tsx:101` calls `DELETE /api/agents/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/<p>` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/agents/${initial.id} (components/app/agents/agent-form.tsx:128)
`components/app/agents/agent-form.tsx:128` calls `DELETE /api/agents/${initial.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/<p>` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/agents/${props.agentId}/tools/${encodeURIComponent(toolId)} (components/app/agents/review-panel.tsx:198)
`components/app/agents/review-panel.tsx:198` calls `DELETE /api/agents/${props.agentId}/tools/${encodeURIComponent(toolId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/<p>/tools/<p>` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/campaigns/${campaign.id} (components/app/campaigns/campaign-builder.tsx:92)
`components/app/campaigns/campaign-builder.tsx:92` calls `DELETE /api/campaigns/${campaign.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/campaigns/<p>` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/settings/team/invite/${inviteId} (app/v5/employees/[slug]/team/_view.tsx:130)
`app/v5/employees/[slug]/team/_view.tsx:130` calls `DELETE /api/settings/team/invite/${inviteId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/settings/team/invite/<p>` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/settings/team/invite/${token} (app/v5/employees/[slug]/team/_press_desk_view.tsx:577)
`app/v5/employees/[slug]/team/_press_desk_view.tsx:577` calls `DELETE /api/settings/team/invite/${token}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/settings/team/invite/<p>` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/settings/team/invite/${token} (components/app/settings/team-panel.tsx:157)
`components/app/settings/team-panel.tsx:157` calls `DELETE /api/settings/team/invite/${token}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/settings/team/invite/<p>` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/settings/team/invite/${token} (components/app/team-settings-client.tsx:83)
`components/app/team-settings-client.tsx:83` calls `DELETE /api/settings/team/invite/${token}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/settings/team/invite/<p>` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/settings/team/member/${userId} (components/app/settings/team-panel.tsx:202)
`components/app/settings/team-panel.tsx:202` calls `DELETE /api/settings/team/member/${userId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/settings/team/member/<p>` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/tenant-api-keys/${id} (components/app/api-keys-panel.tsx:62)
`components/app/api-keys-panel.tsx:62` calls `DELETE /api/tenant-api-keys/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tenant-api-keys/<p>` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/tenant-api-keys/${id} (components/app/developer/api-keys-panel.tsx:53)
`components/app/developer/api-keys-panel.tsx:53` calls `DELETE /api/tenant-api-keys/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tenant-api-keys/<p>` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/tenant-knowledge/${id} (components/app/agents/brand-voice-panel.tsx:47)
`components/app/agents/brand-voice-panel.tsx:47` calls `DELETE /api/tenant-knowledge/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tenant-knowledge/<p>` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/tenant-knowledge/${id} (components/app/agents/knowledge-panel.tsx:102)
`components/app/agents/knowledge-panel.tsx:102` calls `DELETE /api/tenant-knowledge/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tenant-knowledge/<p>` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/triggers?id=${id} (components/app/triggers/triggers-ui.tsx:36)
`components/app/triggers/triggers-ui.tsx:36` calls `DELETE /api/triggers?id=${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/triggers` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v5/admin/custom-employees/${personaSlug}/catalog/${id} (app/v5/admin/custom-employees/[slug]/_managers.tsx:87)
`app/v5/admin/custom-employees/[slug]/_managers.tsx:87` calls `DELETE /api/v5/admin/custom-employees/${personaSlug}/catalog/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/admin/custom-employees/<p>/catalog…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v5/admin/custom-employees/${personaSlug}/integrations/stackit (app/v5/admin/custom-employees/[slug]/integrations/_stackit-form.tsx:46)
`app/v5/admin/custom-employees/[slug]/integrations/_stackit-form.tsx:46` calls `DELETE /api/v5/admin/custom-employees/${personaSlug}/integrations/stackit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/admin/cust…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v5/admin/custom-employees/${personaSlug}/standard-sheets/${id} (app/v5/admin/custom-employees/[slug]/standard-sheets/_manager.tsx:76)
`app/v5/admin/custom-employees/[slug]/standard-sheets/_manager.tsx:76` calls `DELETE /api/v5/admin/custom-employees/${personaSlug}/standard-sheets/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/admin/custo…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v5/custom-employees/${slug}/knowledge/${doc.id} (app/v5/employees/[slug]/knowledge/_view.tsx:277)
`app/v5/employees/[slug]/knowledge/_view.tsx:277` calls `DELETE /api/v5/custom-employees/${slug}/knowledge/${doc.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/custom-employees/<p>/knowledge/<p>` If this poi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v5/custom-employees/${slug}/sales-reps/${rep.id} (app/v5/employees/[slug]/team/_mack-sales-team.tsx:217)
`app/v5/employees/[slug]/team/_mack-sales-team.tsx:217` calls `DELETE /api/v5/custom-employees/${slug}/sales-reps/${rep.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/custom-employees/<p>/sales-reps/<p>` If …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v5/senders/${m.id} (app/v5/senders/_view.tsx:225)
`app/v5/senders/_view.tsx:225` calls `DELETE /api/v5/senders/${m.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/senders/<p>` If this points at an external API, prefix it with `https://` so the matcher skips …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v9/admin/platform-admins (app/v9/admin/platform-admins/page.tsx:62)
`app/v9/admin/platform-admins/page.tsx:62` calls `DELETE /api/v9/admin/platform-admins` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/admin/platform-admins` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v9/founder-tasks?id=${id} (app/v9/_components/home-task-center.tsx:152)
`app/v9/_components/home-task-center.tsx:152` calls `DELETE /api/v9/founder-tasks?id=${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/founder-tasks` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v9/settings/api-keys?id=${id} (app/v9/settings/page.tsx:407)
`app/v9/settings/page.tsx:407` calls `DELETE /api/v9/settings/api-keys?id=${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/settings/api-keys` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v9/view-as (app/v9/_components/view-as-banner.tsx:40)
`app/v9/_components/view-as-banner.tsx:40` calls `DELETE /api/v9/view-as` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/view-as` If this points at an external API, prefix it with `https://` so the matcher skips …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v9/workspaces/${id}/members?user_id=${userId} (app/v9/workspaces/[id]/members/page.tsx:81)
`app/v9/workspaces/[id]/members/page.tsx:81` calls `DELETE /api/v9/workspaces/${id}/members?user_id=${userId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces/<p>/members` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v9/workspaces/${ws.id}/delete (app/v9/workspaces/[id]/page.tsx:144)
`app/v9/workspaces/[id]/page.tsx:144` calls `DELETE /api/v9/workspaces/${ws.id}/delete` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces/<p>/delete` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v9/workspaces/${ws.id}/delete (app/v9/workspaces/page.tsx:873)
`app/v9/workspaces/page.tsx:873` calls `DELETE /api/v9/workspaces/${ws.id}/delete` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces/<p>/delete` If this points at an external API, prefix it with `https://…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE https://api.twilio.com/2010-04-01/Accounts/${sid}/IncomingPhoneNumbers/${twilioSid}.json (app/api/admin/sms-pool/[number]/route.ts:42)
`app/api/admin/sms-pool/[number]/route.ts:42` calls `DELETE https://api.twilio.com/2010-04-01/Accounts/${sid}/IncomingPhoneNumbers/${twilioSid}.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.twilio.…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/actions (components/app/agents/action-picker.tsx:71)
`components/app/agents/action-picker.tsx:71` calls `GET /api/actions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/actions` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/actions (components/app/agents/step-config-rail.tsx:80)
`components/app/agents/step-config-rail.tsx:80` calls `GET /api/actions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/actions` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/activation-milestones?tenant=${tenantId} (components/app/activation-milestones-widget.tsx:35)
`components/app/activation-milestones-widget.tsx:35` calls `GET /api/activation-milestones?tenant=${tenantId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/activation-milestones` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/activity (components/app/activity-feed.tsx:79)
`components/app/activity-feed.tsx:79` calls `GET /api/activity` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/activity` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/agent-activity?${p} (components/admin/agent-activity-console.tsx:52)
`components/admin/agent-activity-console.tsx:52` calls `GET /api/admin/agent-activity?${p}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/agent-activity` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/agent-trust/${a.key}?days=${days} (components/admin/agent-trust-console.tsx:110)
`components/admin/agent-trust-console.tsx:110` calls `GET /api/admin/agent-trust/${a.key}?days=${days}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/agent-trust/<p>` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/billing/metrics (components/admin/billing-admin-console.tsx:57)
`components/admin/billing-admin-console.tsx:57` calls `GET /api/admin/billing/metrics` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/billing/metrics` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/billing/tenants (components/admin/billing-admin-console.tsx:58)
`components/admin/billing-admin-console.tsx:58` calls `GET /api/admin/billing/tenants` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/billing/tenants` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/billing/tenants (components/admin/cold-email-console.tsx:249)
`components/admin/cold-email-console.tsx:249` calls `GET /api/admin/billing/tenants` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/billing/tenants` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/cold-email-health (components/admin/cold-email-health-console.tsx:44)
`components/admin/cold-email-health-console.tsx:44` calls `GET /api/admin/cold-email-health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/cold-email-health` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/cold-email/funnel${tenantParam} (components/admin/cold-email-console.tsx:222)
`components/admin/cold-email-console.tsx:222` calls `GET /api/admin/cold-email/funnel${tenantParam}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/cold-email/funnel/<p>` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/cold-email/lists${tenantParam} (components/admin/cold-email-console.tsx:226)
`components/admin/cold-email-console.tsx:226` calls `GET /api/admin/cold-email/lists${tenantParam}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/cold-email/lists/<p>` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/cold-email/mailboxes${tenantParam} (components/admin/cold-email-console.tsx:218)
`components/admin/cold-email-console.tsx:218` calls `GET /api/admin/cold-email/mailboxes${tenantParam}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/cold-email/mailboxes/<p>` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/cold-email/sequences${tenantParam} (components/admin/cold-email-console.tsx:230)
`components/admin/cold-email-console.tsx:230` calls `GET /api/admin/cold-email/sequences${tenantParam}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/cold-email/sequences/<p>` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/cold-email/settings?tenant_id=${tenantId} (components/admin/cold-email-console.tsx:235)
`components/admin/cold-email-console.tsx:235` calls `GET /api/admin/cold-email/settings?tenant_id=${tenantId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/cold-email/settings` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/cold-email/stats${tenantParam} (components/admin/cold-email-console.tsx:208)
`components/admin/cold-email-console.tsx:208` calls `GET /api/admin/cold-email/stats${tenantParam}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/cold-email/stats/<p>` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/cold-sms-health (components/admin/cold-sms-health-console.tsx:38)
`components/admin/cold-sms-health-console.tsx:38` calls `GET /api/admin/cold-sms-health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/cold-sms-health` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/conversion-funnel?window=${win}&channel=${channel} (components/admin/conversion-funnel-console.tsx:27)
`components/admin/conversion-funnel-console.tsx:27` calls `GET /api/admin/conversion-funnel?window=${win}&channel=${channel}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/conversion-funnel` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/coupons (components/app/admin/coupons-manager.tsx:50)
`components/app/admin/coupons-manager.tsx:50` calls `GET /api/admin/coupons` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/coupons` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/employees/publish?slug=${slug} (components/v5/admin-template-editor.tsx:65)
`components/v5/admin-template-editor.tsx:65` calls `GET /api/admin/employees/publish?slug=${slug}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/employees/publish` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/feature-flags (app/v5/settings/flags/page.tsx:43)
`app/v5/settings/flags/page.tsx:43` calls `GET /api/admin/feature-flags` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/feature-flags` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/ghl/connect (components/app/connections/ghl-card.tsx:29)
`components/app/connections/ghl-card.tsx:29` calls `GET /api/admin/ghl/connect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ghl/connect` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/health/pulse (components/app/health-pulse.tsx:49)
`components/app/health-pulse.tsx:49` calls `GET /api/admin/health/pulse` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/health/pulse` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/integration-health (components/admin/integration-health-banner.tsx:28)
`components/admin/integration-health-banner.tsx:28` calls `GET /api/admin/integration-health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/integration-health` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/kill-switches (components/admin/kill-switch-card.tsx:71)
`components/admin/kill-switch-card.tsx:71` calls `GET /api/admin/kill-switches` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/kill-switches` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/leads?${params} (components/admin/leads-console.tsx:266)
`components/admin/leads-console.tsx:266` calls `GET /api/admin/leads?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/leads` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/mack-blind-benchmark/${activeRunId} (app/v9/admin/mack-benchmark/page.tsx:144)
`app/v9/admin/mack-benchmark/page.tsx:144` calls `GET /api/admin/mack-blind-benchmark/${activeRunId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/mack-blind-benchmark/<p>` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/mack-blind-benchmark/recent (app/v9/admin/mack-benchmark/page.tsx:125)
`app/v9/admin/mack-benchmark/page.tsx:125` calls `GET /api/admin/mack-blind-benchmark/recent` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/mack-blind-benchmark/recent` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/meetings/${id} (components/admin/meeting-console.tsx:152)
`components/admin/meeting-console.tsx:152` calls `GET /api/admin/meetings/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/meetings/<p>` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/meetings/list?${q.toString()} (components/admin/meeting-console.tsx:86)
`components/admin/meeting-console.tsx:86` calls `GET /api/admin/meetings/list?${q.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/meetings/list` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/meetings/settings?tenant_id=${tenantFilter} (components/admin/meeting-console.tsx:95)
`components/admin/meeting-console.tsx:95` calls `GET /api/admin/meetings/settings?tenant_id=${tenantFilter}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/meetings/settings` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/onboarding/queue-count (components/app/sidebar.tsx:409)
`components/app/sidebar.tsx:409` calls `GET /api/admin/onboarding/queue-count` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/onboarding/queue-count` If this points at an external API, prefix it with `https://…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/onboarding/recent?limit=5 (components/app/home/admin-command-center.tsx:671)
`components/app/home/admin-command-center.tsx:671` calls `GET /api/admin/onboarding/recent?limit=5` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/onboarding/recent` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/partners/${row.id} (app/v5/partners/partners-admin-client.tsx:139)
`app/v5/partners/partners-admin-client.tsx:139` calls `GET /api/admin/partners/${row.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/partners/<p>` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/prospects/${id}/timeline (components/admin/leads-console.tsx:1376)
`components/admin/leads-console.tsx:1376` calls `GET /api/admin/prospects/${id}/timeline` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/prospects/<p>/timeline` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/prospects/pipeline (components/admin/leads-console.tsx:242)
`components/admin/leads-console.tsx:242` calls `GET /api/admin/prospects/pipeline` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/prospects/pipeline` If this points at an external API, prefix it with `https://…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/sms-pool (components/admin/sms-pool-manager.tsx:30)
`components/admin/sms-pool-manager.tsx:30` calls `GET /api/admin/sms-pool` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/sms-pool` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/status (components/admin/status-grid.tsx:16)
`components/admin/status-grid.tsx:16` calls `GET /api/admin/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/status` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/team/admins (components/admin/team-console.tsx:68)
`components/admin/team-console.tsx:68` calls `GET /api/admin/team/admins` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/team/admins` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/team/invites (components/admin/team-console.tsx:70)
`components/admin/team-console.tsx:70` calls `GET /api/admin/team/invites` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/team/invites` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/team/operator-invites (components/admin/team-console.tsx:71)
`components/admin/team-console.tsx:71` calls `GET /api/admin/team/operator-invites` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/team/operator-invites` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/team/operators (components/admin/team-console.tsx:69)
`components/admin/team-console.tsx:69` calls `GET /api/admin/team/operators` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/team/operators` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/team/operators/${op.id}/workspaces (components/admin/team-console.tsx:129)
`components/admin/team-console.tsx:129` calls `GET /api/admin/team/operators/${op.id}/workspaces` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/team/operators/<p>/workspaces` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/today (components/app/home/command-center-widgets.tsx:153)
`components/app/home/command-center-widgets.tsx:153` calls `GET /api/admin/today` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/today` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/workspace-creation-gauntlet (app/v9/admin/health-gauntlet/page.tsx:73)
`app/v9/admin/health-gauntlet/page.tsx:73` calls `GET /api/admin/workspace-creation-gauntlet` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/workspace-creation-gauntlet` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/workspaces/${tenantId} (app/v5/admin/workspaces/[tenantId]/page.tsx:62)
`app/v5/admin/workspaces/[tenantId]/page.tsx:62` calls `GET /api/admin/workspaces/${tenantId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/workspaces/<p>` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/workspaces/${tenantId}/invites (app/v5/admin/workspaces/[tenantId]/page.tsx:64)
`app/v5/admin/workspaces/[tenantId]/page.tsx:64` calls `GET /api/admin/workspaces/${tenantId}/invites` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/workspaces/<p>/invites` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/workspaces/${tenantId}/invites (components/admin/invites-panel.tsx:29)
`components/admin/invites-panel.tsx:29` calls `GET /api/admin/workspaces/${tenantId}/invites` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/workspaces/<p>/invites` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/workspaces/${tenantId}/members (app/v5/admin/workspaces/[tenantId]/page.tsx:63)
`app/v5/admin/workspaces/[tenantId]/page.tsx:63` calls `GET /api/admin/workspaces/${tenantId}/members` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/workspaces/<p>/members` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/agent-triggers?agent_id=${agentId} (components/app/agents/triggers-panel.tsx:117)
`components/app/agents/triggers-panel.tsx:117` calls `GET /api/agent-triggers?agent_id=${agentId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agent-triggers` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/agents/${agentId}/logic-rules (components/app/agents/logic-panel.tsx:118)
`components/app/agents/logic-panel.tsx:118` calls `GET /api/agents/${agentId}/logic-rules` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/<p>/logic-rules` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/approvals?status=${filter} (components/app/approvals/approvals-inbox.tsx:65)
`components/app/approvals/approvals-inbox.tsx:65` calls `GET /api/approvals?status=${filter}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/approvals` If this points at an external API, prefix it with `https://` so…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/approvals?status=pending (components/app/inbox-hub-tabs.tsx:13)
`components/app/inbox-hub-tabs.tsx:13` calls `GET /api/approvals?status=pending` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/approvals` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/check-confirmed?email=${encodeURIComponent(email)} (app/signup/page.tsx:198)
`app/signup/page.tsx:198` calls `GET /api/auth/check-confirmed?email=${encodeURIComponent(email)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/check-confirmed` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/billing/plan-limit?category=agents (components/app/agents/new-agent-button.tsx:28)
`components/app/agents/new-agent-button.tsx:28` calls `GET /api/billing/plan-limit?category=agents` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/billing/plan-limit` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/billing/subscription (components/SubscriptionBanner.tsx:15)
`components/SubscriptionBanner.tsx:15` calls `GET /api/billing/subscription` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/billing/subscription` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/billing/tenant-plan (app/v5/upgrade/page.tsx:153)
`app/v5/upgrade/page.tsx:153` calls `GET /api/billing/tenant-plan` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/billing/tenant-plan` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/book-call/availability (app/(marketing)/audit/book/[id]/slot-picker.tsx:54)
`app/(marketing)/audit/book/[id]/slot-picker.tsx:54` calls `GET /api/book-call/availability` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/book-call/availability` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/book-call/availability (components/marketing/book-call-modal.tsx:124)
`components/marketing/book-call-modal.tsx:124` calls `GET /api/book-call/availability` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/book-call/availability` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/book-call/availability (components/marketing/booking-widget.tsx:63)
`components/marketing/booking-widget.tsx:63` calls `GET /api/book-call/availability` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/book-call/availability` If this points at an external API, prefix it with `https://…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/connected-accounts?provider=google (components/app/agents/triggers-panel.tsx:118)
`components/app/agents/triggers-panel.tsx:118` calls `GET /api/connected-accounts?provider=google` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/connected-accounts` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/connected-accounts?provider=imap (components/app/agents/triggers-panel.tsx:120)
`components/app/agents/triggers-panel.tsx:120` calls `GET /api/connected-accounts?provider=imap` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/connected-accounts` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/connected-accounts?provider=microsoft (components/app/agents/triggers-panel.tsx:119)
`components/app/agents/triggers-panel.tsx:119` calls `GET /api/connected-accounts?provider=microsoft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/connected-accounts` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/connections/limits (components/app/agents/new-agent-button.tsx:21)
`components/app/agents/new-agent-button.tsx:21` calls `GET /api/connections/limits` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/connections/limits` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/connections/limits (components/app/connections/connections-ui.tsx:183)
`components/app/connections/connections-ui.tsx:183` calls `GET /api/connections/limits` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/connections/limits` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/inbox/conversations/${id} (components/app/inbox/conversations-pane.tsx:276)
`components/app/inbox/conversations-pane.tsx:276` calls `GET /api/inbox/conversations/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/inbox/conversations/<p>` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/inbox/feed (components/app/inbox/inbox-v3.tsx:315)
`components/app/inbox/inbox-v3.tsx:315` calls `GET /api/inbox/feed` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/inbox/feed` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/invite/${params.token} (app/invite/[token]/page.tsx:24)
`app/invite/[token]/page.tsx:24` calls `GET /api/invite/${params.token}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/invite/<p>` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/invite/admin/${params.token} (app/invite/admin/[token]/page.tsx:23)
`app/invite/admin/[token]/page.tsx:23` calls `GET /api/invite/admin/${params.token}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/invite/admin/<p>` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/meeting-settings (components/app/meetings/meeting-settings-panel.tsx:71)
`components/app/meetings/meeting-settings-panel.tsx:71` calls `GET /api/meeting-settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/meeting-settings` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/onboarding/connected-accounts (components/onboarding/wizard.tsx:796)
`components/onboarding/wizard.tsx:796` calls `GET /api/onboarding/connected-accounts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/onboarding/connected-accounts` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/runs/${runId} (components/app/run-inspect-drawer.tsx:69)
`components/app/run-inspect-drawer.tsx:69` calls `GET /api/runs/${runId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/runs/<p>` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/settings/team (components/app/settings/team-panel.tsx:81)
`components/app/settings/team-panel.tsx:81` calls `GET /api/settings/team` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/settings/team` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/tenant-api-keys (components/app/api-keys-panel.tsx:30)
`components/app/api-keys-panel.tsx:30` calls `GET /api/tenant-api-keys` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tenant-api-keys` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/tenant-knowledge?kind=${k.value} (components/app/agents/knowledge-panel.tsx:67)
`components/app/agents/knowledge-panel.tsx:67` calls `GET /api/tenant-knowledge?kind=${k.value}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tenant-knowledge` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/tenant-knowledge?kind=voice_sample (components/app/agents/brand-voice-panel.tsx:18)
`components/app/agents/brand-voice-panel.tsx:18` calls `GET /api/tenant-knowledge?kind=voice_sample` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tenant-knowledge` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/tenants (components/admin/team-console.tsx:72)
`components/admin/team-console.tsx:72` calls `GET /api/tenants` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tenants` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/activity (components/app/home/admin-command-center.tsx:135)
`components/app/home/admin-command-center.tsx:135` calls `GET /api/v5/activity` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/activity` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/activity?limit=8 (components/v5/admin-home-v2.tsx:286)
`components/v5/admin-home-v2.tsx:286` calls `GET /api/v5/activity?limit=8` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/activity` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/activity?limit=8 (components/v5/admin-home.tsx:147)
`components/v5/admin-home.tsx:147` calls `GET /api/v5/activity?limit=8` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/activity` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/admin/usage?window=${w} (app/v5/admin/usage/_view.tsx:80)
`app/v5/admin/usage/_view.tsx:80` calls `GET /api/v5/admin/usage?window=${w}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/admin/usage` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/agents/feed (app/v5/agents/_page-legacy.tsx:196)
`app/v5/agents/_page-legacy.tsx:196` calls `GET /api/v5/agents/feed` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/agents/feed` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/agents/feed (components/v5/agents-v2.tsx:95)
`components/v5/agents-v2.tsx:95` calls `GET /api/v5/agents/feed` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/agents/feed` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/allie/analytics (app/v5/employees/[slug]/press-desk/_shell.tsx:632)
`app/v5/employees/[slug]/press-desk/_shell.tsx:632` calls `GET /api/v5/allie/analytics` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/allie/analytics` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/analytics/feed (app/v5/analytics/page.tsx:77)
`app/v5/analytics/page.tsx:77` calls `GET /api/v5/analytics/feed` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/analytics/feed` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/arc-employees/kpis (app/v5/employees/_hub-client.tsx:94)
`app/v5/employees/_hub-client.tsx:94` calls `GET /api/v5/arc-employees/kpis` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/arc-employees/kpis` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/audit/stats (components/app/home/audit-tile.tsx:86)
`components/app/home/audit-tile.tsx:86` calls `GET /api/v5/audit/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/audit/stats` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/badges (app/v5/_client-shell.tsx:594)
`app/v5/_client-shell.tsx:594` calls `GET /api/v5/badges` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/badges` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/campaigns/feed (app/v5/campaigns/_page-legacy.tsx:41)
`app/v5/campaigns/_page-legacy.tsx:41` calls `GET /api/v5/campaigns/feed` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/campaigns/feed` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/campaigns/feed (components/v5/campaigns-v2.tsx:99)
`components/v5/campaigns-v2.tsx:99` calls `GET /api/v5/campaigns/feed` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/campaigns/feed` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/connect/status (app/v5/connect/_admin-view.tsx:96)
`app/v5/connect/_admin-view.tsx:96` calls `GET /api/v5/connect/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/connect/status` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/connect/status (app/v5/connect/_client-view.tsx:88)
`app/v5/connect/_client-view.tsx:88` calls `GET /api/v5/connect/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/connect/status` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/content?status=${tab} (app/v5/content/page.tsx:55)
`app/v5/content/page.tsx:55` calls `GET /api/v5/content?status=${tab}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/content` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/council (app/v5/content/page.tsx:61)
`app/v5/content/page.tsx:61` calls `GET /api/v5/council` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/council` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/council/feed (app/v5/council/page.tsx:115)
`app/v5/council/page.tsx:115` calls `GET /api/v5/council/feed` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/council/feed` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/crons/status (app/v5/settings/crons/page.tsx:160)
`app/v5/settings/crons/page.tsx:160` calls `GET /api/v5/crons/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/crons/status` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/custom-employees/${personaSlug}/action-inbox (app/v5/employees/[slug]/_today-landing.tsx:176)
`app/v5/employees/[slug]/_today-landing.tsx:176` calls `GET /api/v5/custom-employees/${personaSlug}/action-inbox` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/custom-employees/<p>/action-inbox` If this points a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/custom-employees/${personaSlug}/ai-spend (app/v5/employees/[slug]/assistant/_client.tsx:226)
`app/v5/employees/[slug]/assistant/_client.tsx:226` calls `GET /api/v5/custom-employees/${personaSlug}/ai-spend` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/custom-employees/<p>/ai-spend` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/custom-employees/${personaSlug}/assistant-context (app/v5/employees/[slug]/assistant/_client.tsx:326)
`app/v5/employees/[slug]/assistant/_client.tsx:326` calls `GET /api/v5/custom-employees/${personaSlug}/assistant-context` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/custom-employees/<p>/assistant-context` If …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/custom-employees/${personaSlug}/engineer-queue (app/v5/employees/[slug]/engineer/_queue-client.tsx:230)
`app/v5/employees/[slug]/engineer/_queue-client.tsx:230` calls `GET /api/v5/custom-employees/${personaSlug}/engineer-queue` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/custom-employees/<p>/engineer-queue` If t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/custom-employees/${personaSlug}/engineer/queue-count (app/v5/_client-shell.tsx:624)
`app/v5/_client-shell.tsx:624` calls `GET /api/v5/custom-employees/${personaSlug}/engineer/queue-count` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/custom-employees/<p>/engineer/queue-count` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/custom-employees/${personaSlug}/engineers (app/v5/employees/[slug]/jobs/[id]/_actions.tsx:331)
`app/v5/employees/[slug]/jobs/[id]/_actions.tsx:331` calls `GET /api/v5/custom-employees/${personaSlug}/engineers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/custom-employees/<p>/engineers` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/custom-employees/${personaSlug}/engineers (app/v5/employees/[slug]/jobs/[id]/_send-to-engineer-modal.tsx:46)
`app/v5/employees/[slug]/jobs/[id]/_send-to-engineer-modal.tsx:46` calls `GET /api/v5/custom-employees/${personaSlug}/engineers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/custom-employees/<p>/engineers` If t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/custom-employees/${personaSlug}/jobs/${jobId}/structures (app/v5/employees/[slug]/engineer/_queue-client.tsx:253)
`app/v5/employees/[slug]/engineer/_queue-client.tsx:253` calls `GET /api/v5/custom-employees/${personaSlug}/jobs/${jobId}/structures` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/custom-employees/<p>/jobs/<p>/s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/custom-employees/${personaSlug}/jobs/${jobId}/structures (app/v5/employees/[slug]/jobs/[id]/_structure-overlay.tsx:103)
`app/v5/employees/[slug]/jobs/[id]/_structure-overlay.tsx:103` calls `GET /api/v5/custom-employees/${personaSlug}/jobs/${jobId}/structures` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/custom-employees/<p>/jobs…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/custom-employees/${personaSlug}/jobs?limit=50 (app/v5/employees/[slug]/jobs/[id]/_contractor-revision-modal.tsx:158)
`app/v5/employees/[slug]/jobs/[id]/_contractor-revision-modal.tsx:158` calls `GET /api/v5/custom-employees/${personaSlug}/jobs?limit=50` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/custom-employees/<p>/jobs` I…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/custom-employees/${personaSlug}/workspace-search?q=${encodeURIComponent(q)} (app/v5/employees/[slug]/assistant/_client.tsx:735)
`app/v5/employees/[slug]/assistant/_client.tsx:735` calls `GET /api/v5/custom-employees/${personaSlug}/workspace-search?q=${encodeURIComponent(q)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/custom-employees/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/custom-employees/${slug}/anomalies (app/v5/employees/[slug]/anomalies/_client.tsx:85)
`app/v5/employees/[slug]/anomalies/_client.tsx:85` calls `GET /api/v5/custom-employees/${slug}/anomalies` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/custom-employees/<p>/anomalies` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/custom-employees/${slug}/jobs/${jobId}/review-explanations (app/v5/employees/[slug]/jobs/[id]/review/_client.tsx:658)
`app/v5/employees/[slug]/jobs/[id]/review/_client.tsx:658` calls `GET /api/v5/custom-employees/${slug}/jobs/${jobId}/review-explanations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/custom-employees/<p>/jobs/<…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/custom-employees/${slug}/jobs/${jobId}/voice-state (app/v5/employees/[slug]/jobs/[id]/review-voice/_client.tsx:112)
`app/v5/employees/[slug]/jobs/[id]/review-voice/_client.tsx:112` calls `GET /api/v5/custom-employees/${slug}/jobs/${jobId}/voice-state` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/custom-employees/<p>/jobs/<p>…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/custom-employees/${slug}/oversight (app/v5/employees/[slug]/oversight/_client.tsx:219)
`app/v5/employees/[slug]/oversight/_client.tsx:219` calls `GET /api/v5/custom-employees/${slug}/oversight` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/custom-employees/<p>/oversight` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/custom-employees/${slug}/review-queue (app/v5/employees/[slug]/review-queue/_client.tsx:86)
`app/v5/employees/[slug]/review-queue/_client.tsx:86` calls `GET /api/v5/custom-employees/${slug}/review-queue` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/custom-employees/<p>/review-queue` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/custom-employees/${slug}/revisions (app/v5/employees/[slug]/revisions/_client.tsx:86)
`app/v5/employees/[slug]/revisions/_client.tsx:86` calls `GET /api/v5/custom-employees/${slug}/revisions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/custom-employees/<p>/revisions` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/custom-employees/${slug}/view-as (app/v5/employees/[slug]/_view-as-toggle.tsx:27)
`app/v5/employees/[slug]/_view-as-toggle.tsx:27` calls `GET /api/v5/custom-employees/${slug}/view-as` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/custom-employees/<p>/view-as` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/home/feed (components/app/home/admin-command-center.tsx:147)
`components/app/home/admin-command-center.tsx:147` calls `GET /api/v5/home/feed` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/home/feed` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/home/feed (components/v5/admin-home-v2.tsx:284)
`components/v5/admin-home-v2.tsx:284` calls `GET /api/v5/home/feed` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/home/feed` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/home/feed (components/v5/admin-home.tsx:145)
`components/v5/admin-home.tsx:145` calls `GET /api/v5/home/feed` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/home/feed` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/home/outbound-overview (components/app/home/outbound-overview.tsx:63)
`components/app/home/outbound-overview.tsx:63` calls `GET /api/v5/home/outbound-overview` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/home/outbound-overview` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/home/outbound-overview (components/v5/admin-home-v2.tsx:285)
`components/v5/admin-home-v2.tsx:285` calls `GET /api/v5/home/outbound-overview` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/home/outbound-overview` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/home/outbound-overview (components/v5/admin-home.tsx:146)
`components/v5/admin-home.tsx:146` calls `GET /api/v5/home/outbound-overview` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/home/outbound-overview` If this points at an external API, prefix it with `https://` so…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/inbox/feed (app/v5/inbox/_page-legacy.tsx:430)
`app/v5/inbox/_page-legacy.tsx:430` calls `GET /api/v5/inbox/feed` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/inbox/feed` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/inbox/feed (components/v5/inbox-v2.tsx:190)
`components/v5/inbox-v2.tsx:190` calls `GET /api/v5/inbox/feed` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/inbox/feed` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/inbox/thread/${activeId} (components/v5/inbox-v2.tsx:213)
`components/v5/inbox-v2.tsx:213` calls `GET /api/v5/inbox/thread/${activeId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/inbox/thread/<p>` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/inbox/thread/${encodeURIComponent(target.id)} (app/v5/inbox/_page-legacy.tsx:571)
`app/v5/inbox/_page-legacy.tsx:571` calls `GET /api/v5/inbox/thread/${encodeURIComponent(target.id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/inbox/thread/<p>` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/inbox/thread/${thread.id}/draft (components/v5/inbox-v2.tsx:645)
`components/v5/inbox-v2.tsx:645` calls `GET /api/v5/inbox/thread/${thread.id}/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/inbox/thread/<p>/draft` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/insights (app/v5/insights/page.tsx:67)
`app/v5/insights/page.tsx:67` calls `GET /api/v5/insights` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/insights` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/integrations/feed (app/v5/settings/integrations/page.tsx:143)
`app/v5/settings/integrations/page.tsx:143` calls `GET /api/v5/integrations/feed` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/integrations/feed` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/leads (components/v5/leads-v2.tsx:144)
`components/v5/leads-v2.tsx:144` calls `GET /api/v5/leads` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/leads` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/leads/${lead.id} (app/v5/leads/_page-legacy.tsx:934)
`app/v5/leads/_page-legacy.tsx:934` calls `GET /api/v5/leads/${lead.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/leads/<p>` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/mack/training/list?status=${next} (app/v5/employees/[slug]/training/_view.tsx:79)
`app/v5/employees/[slug]/training/_view.tsx:79` calls `GET /api/v5/mack/training/list?status=${next}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/mack/training/list` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/me (app/v5/_client-shell.tsx:1036)
`app/v5/_client-shell.tsx:1036` calls `GET /api/v5/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/me` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/me (app/v5/_client-shell.tsx:557)
`app/v5/_client-shell.tsx:557` calls `GET /api/v5/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/me` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/my-agents (app/v5/_client-shell.tsx:1645)
`app/v5/_client-shell.tsx:1645` calls `GET /api/v5/my-agents` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/my-agents` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/notifications (app/v5/settings/notifications/page.tsx:40)
`app/v5/settings/notifications/page.tsx:40` calls `GET /api/v5/notifications` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/notifications` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/outreach/linkedin/status (app/v5/outreach/_view.tsx:154)
`app/v5/outreach/_view.tsx:154` calls `GET /api/v5/outreach/linkedin/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/outreach/linkedin/status` If this points at an external API, prefix it with `https://` s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/pricing/cohort (components/v5/admin-home.tsx:148)
`components/v5/admin-home.tsx:148` calls `GET /api/v5/pricing/cohort` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/pricing/cohort` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/refer (app/v9/app/refer/page.tsx:91)
`app/v9/app/refer/page.tsx:91` calls `GET /api/v5/refer` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/refer` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/role (app/v5/_client-shell.tsx:488)
`app/v5/_client-shell.tsx:488` calls `GET /api/v5/role` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/role` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/senders/feed (app/v5/senders/_view.tsx:78)
`app/v5/senders/_view.tsx:78` calls `GET /api/v5/senders/feed` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/senders/feed` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/senders/feed (components/v5/senders-v2.tsx:147)
`components/v5/senders-v2.tsx:147` calls `GET /api/v5/senders/feed` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/senders/feed` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/voice (app/v5/voice/page.tsx:78)
`app/v5/voice/page.tsx:78` calls `GET /api/v5/voice` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/voice` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/voice/caden (app/v5/employees-admin/[slug]/caden-drawer.tsx:154)
`app/v5/employees-admin/[slug]/caden-drawer.tsx:154` calls `GET /api/v5/voice/caden` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/voice/caden` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/workspace-assistants (app/v5/employees/_hub-client.tsx:98)
`app/v5/employees/_hub-client.tsx:98` calls `GET /api/v5/workspace-assistants` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/workspace-assistants` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/workspaces (app/v5/_client-shell.tsx:1408)
`app/v5/_client-shell.tsx:1408` calls `GET /api/v5/workspaces` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/workspaces` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v5/workspaces (app/v5/_client-shell.tsx:796)
`app/v5/_client-shell.tsx:796` calls `GET /api/v5/workspaces` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v5/workspaces` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/admin/ai-budget/global (app/v9/admin/ai-spend/page.tsx:100)
`app/v9/admin/ai-spend/page.tsx:100` calls `GET /api/v9/admin/ai-budget/global` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/admin/ai-budget/global` If this points at an external API, prefix it with `https://` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/admin/ai-spend?range=${range}&tenant=${encodeURIComponent(tenant)} (app/v9/admin/ai-spend/page.tsx:99)
`app/v9/admin/ai-spend/page.tsx:99` calls `GET /api/v9/admin/ai-spend?range=${range}&tenant=${encodeURIComponent(tenant)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/admin/ai-spend` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/admin/billing (app/v9/admin/billing/page.tsx:97)
`app/v9/admin/billing/page.tsx:97` calls `GET /api/v9/admin/billing` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/admin/billing` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/admin/copy-test-results (app/v5/admin/copy-test-results/_client.tsx:26)
`app/v5/admin/copy-test-results/_client.tsx:26` calls `GET /api/v9/admin/copy-test-results` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/admin/copy-test-results` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/admin/cron-health (app/v9/admin/cron-health/page.tsx:53)
`app/v9/admin/cron-health/page.tsx:53` calls `GET /api/v9/admin/cron-health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/admin/cron-health` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/admin/finance (app/v9/admin/finance/page.tsx:133)
`app/v9/admin/finance/page.tsx:133` calls `GET /api/v9/admin/finance` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/admin/finance` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/admin/hot-leads (app/v5/admin/hot-leads/_client.tsx:23)
`app/v5/admin/hot-leads/_client.tsx:23` calls `GET /api/v9/admin/hot-leads` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/admin/hot-leads` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/admin/mack-benchmark/sonnet-vs-opus (app/v9/admin/mack-opus-benchmark/page.tsx:99)
`app/v9/admin/mack-opus-benchmark/page.tsx:99` calls `GET /api/v9/admin/mack-benchmark/sonnet-vs-opus` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/admin/mack-benchmark/sonnet-vs-opus` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/admin/mack-eval (app/v9/admin/mack-eval/page.tsx:52)
`app/v9/admin/mack-eval/page.tsx:52` calls `GET /api/v9/admin/mack-eval` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/admin/mack-eval` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/admin/mack-health (app/v9/admin/mack-health/page.tsx:61)
`app/v9/admin/mack-health/page.tsx:61` calls `GET /api/v9/admin/mack-health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/admin/mack-health` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/admin/mack/outlook/test (app/v9/admin/mack/outlook-setup/page.tsx:45)
`app/v9/admin/mack/outlook-setup/page.tsx:45` calls `GET /api/v9/admin/mack/outlook/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/admin/mack/outlook/test` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/admin/mack/stackit/test (app/v9/admin/mack/stackit-setup/page.tsx:43)
`app/v9/admin/mack/stackit-setup/page.tsx:43` calls `GET /api/v9/admin/mack/stackit/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/admin/mack/stackit/test` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/admin/outbound-copies (app/v5/admin/copy-monitor/_client.tsx:20)
`app/v5/admin/copy-monitor/_client.tsx:20` calls `GET /api/v9/admin/outbound-copies` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/admin/outbound-copies` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/admin/platform-admins (app/v9/admin/platform-admins/page.tsx:31)
`app/v9/admin/platform-admins/page.tsx:31` calls `GET /api/v9/admin/platform-admins` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/admin/platform-admins` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/admin/portfolio (app/v9/admin/portfolio/page.tsx:63)
`app/v9/admin/portfolio/page.tsx:63` calls `GET /api/v9/admin/portfolio` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/admin/portfolio` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/admin/self-heal (app/v9/admin/operations/page.tsx:38)
`app/v9/admin/operations/page.tsx:38` calls `GET /api/v9/admin/self-heal` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/admin/self-heal` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/admin/subscriptions (app/v9/admin/billing/test-subscriptions/page.tsx:54)
`app/v9/admin/billing/test-subscriptions/page.tsx:54` calls `GET /api/v9/admin/subscriptions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/admin/subscriptions` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/admin/tenant-quality (app/v5/admin/tenant-quality/_client.tsx:35)
`app/v5/admin/tenant-quality/_client.tsx:35` calls `GET /api/v9/admin/tenant-quality` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/admin/tenant-quality` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/admin/workspace-health (app/v9/admin/workspace-health/page.tsx:81)
`app/v9/admin/workspace-health/page.tsx:81` calls `GET /api/v9/admin/workspace-health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/admin/workspace-health` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/admin/workspace/${params.tenantId} (app/v9/admin/portfolio/[tenantId]/page.tsx:46)
`app/v9/admin/portfolio/[tenantId]/page.tsx:46` calls `GET /api/v9/admin/workspace/${params.tenantId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/admin/workspace/<p>` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/ai-budget/global-status (app/v5/employees/[slug]/assistant/_client.tsx:227)
`app/v5/employees/[slug]/assistant/_client.tsx:227` calls `GET /api/v9/ai-budget/global-status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/ai-budget/global-status` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/attribution (app/v9/attribution/page.tsx:76)
`app/v9/attribution/page.tsx:76` calls `GET /api/v9/attribution` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/attribution` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/audits/${id} (app/v9/audits/_page-legacy.tsx:75)
`app/v9/audits/_page-legacy.tsx:75` calls `GET /api/v9/audits/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/audits/<p>` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/audits/${id} (app/v9/audits/_page-legacy.tsx:94)
`app/v9/audits/_page-legacy.tsx:94` calls `GET /api/v9/audits/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/audits/<p>` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/audits?status=${tab} (components/v5/audits-v2.tsx:96)
`components/v5/audits-v2.tsx:96` calls `GET /api/v9/audits?status=${tab}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/audits` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/employees (app/v9/employees/page.tsx:47)
`app/v9/employees/page.tsx:47` calls `GET /api/v9/employees` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/employees` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/founder-tasks (app/v9/_components/home-task-center.tsx:77)
`app/v9/_components/home-task-center.tsx:77` calls `GET /api/v9/founder-tasks` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/founder-tasks` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/inbox/thread/${activeId} (app/v9/inbox/page.tsx:137)
`app/v9/inbox/page.tsx:137` calls `GET /api/v9/inbox/thread/${activeId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/inbox/thread/<p>` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/inbox/thread/${activeId} (app/v9/inbox/page.tsx:199)
`app/v9/inbox/page.tsx:199` calls `GET /api/v9/inbox/thread/${activeId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/inbox/thread/<p>` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/insights (app/v9/insights/page.tsx:49)
`app/v9/insights/page.tsx:49` calls `GET /api/v9/insights` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/insights` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/insights (app/v9/today/page.tsx:35)
`app/v9/today/page.tsx:35` calls `GET /api/v9/insights` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/insights` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/me (app/v9/_shell.tsx:139)
`app/v9/_shell.tsx:139` calls `GET /api/v9/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/me` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/notifications (app/v9/_shell.tsx:121)
`app/v9/_shell.tsx:121` calls `GET /api/v9/notifications` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/notifications` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/ops/briefings (app/v9/ops/page.tsx:66)
`app/v9/ops/page.tsx:66` calls `GET /api/v9/ops/briefings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/ops/briefings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/pipeline (app/v9/pipeline/page.tsx:67)
`app/v9/pipeline/page.tsx:67` calls `GET /api/v9/pipeline` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/pipeline` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/pipeline (app/v9/pipeline/page.tsx:79)
`app/v9/pipeline/page.tsx:79` calls `GET /api/v9/pipeline` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/pipeline` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/pipeline (app/v9/today/page.tsx:36)
`app/v9/today/page.tsx:36` calls `GET /api/v9/pipeline` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/pipeline` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/search?q=${encodeURIComponent(query)} (app/v9/_shell.tsx:960)
`app/v9/_shell.tsx:960` calls `GET /api/v9/search?q=${encodeURIComponent(query)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/search` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/settings/api-keys (app/v9/settings/page.tsx:379)
`app/v9/settings/page.tsx:379` calls `GET /api/v9/settings/api-keys` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/settings/api-keys` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/settings/billing (app/v9/settings/page.tsx:181)
`app/v9/settings/page.tsx:181` calls `GET /api/v9/settings/billing` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/settings/billing` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/settings/integrations (app/v9/settings/page.tsx:244)
`app/v9/settings/page.tsx:244` calls `GET /api/v9/settings/integrations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/settings/integrations` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/settings/notifications (app/v9/settings/page.tsx:285)
`app/v9/settings/page.tsx:285` calls `GET /api/v9/settings/notifications` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/settings/notifications` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/settings/team (app/v9/settings/page.tsx:481)
`app/v9/settings/page.tsx:481` calls `GET /api/v9/settings/team` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/settings/team` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/settings/workspace (app/v9/settings/page.tsx:130)
`app/v9/settings/page.tsx:130` calls `GET /api/v9/settings/workspace` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/settings/workspace` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/sidebar-badges?seen=${seenToQuery(seenMap)} (lib/v9/tab-seen.ts:14)
`lib/v9/tab-seen.ts:14` calls `GET /api/v9/sidebar-badges?seen=${seenToQuery(seenMap)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/sidebar-badges` If this points at an external API, prefix it with `https://` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspace-ai-activity?days=7&limit=40 (components/v5/admin-home-v2.tsx:288)
`components/v5/admin-home-v2.tsx:288` calls `GET /api/v9/workspace-ai-activity?days=7&limit=40` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspace-ai-activity` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspace-task-plans?status=active&limit=20 (components/v5/admin-home-v2.tsx:289)
`components/v5/admin-home-v2.tsx:289` calls `GET /api/v9/workspace-task-plans?status=active&limit=20` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspace-task-plans` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspace-task-plans?status=recent&limit=20 (components/v5/admin-home-v2.tsx:290)
`components/v5/admin-home-v2.tsx:290` calls `GET /api/v9/workspace-task-plans?status=recent&limit=20` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspace-task-plans` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspace-templates (app/v9/workspaces/new-from-call/page.tsx:120)
`app/v9/workspaces/new-from-call/page.tsx:120` calls `GET /api/v9/workspace-templates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspace-templates` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspaces (app/v9/leads/new/page.tsx:48)
`app/v9/leads/new/page.tsx:48` calls `GET /api/v9/workspaces` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspaces (components/v5/admin-home-v2.tsx:287)
`components/v5/admin-home-v2.tsx:287` calls `GET /api/v9/workspaces` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspaces/${id}/activity (app/v9/workspaces/[id]/activity/page.tsx:58)
`app/v9/workspaces/[id]/activity/page.tsx:58` calls `GET /api/v9/workspaces/${id}/activity` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces/<p>/activity` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspaces/${id}/activity (app/v9/workspaces/[id]/page.tsx:704)
`app/v9/workspaces/[id]/page.tsx:704` calls `GET /api/v9/workspaces/${id}/activity` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces/<p>/activity` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspaces/${id}/admin-activity?limit=200 (app/v9/workspaces/[id]/activity/page.tsx:57)
`app/v9/workspaces/[id]/activity/page.tsx:57` calls `GET /api/v9/workspaces/${id}/admin-activity?limit=200` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces/<p>/admin-activity` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspaces/${id}/admin-activity?limit=500 (app/v9/workspaces/[id]/audits/page.tsx:42)
`app/v9/workspaces/[id]/audits/page.tsx:42` calls `GET /api/v9/workspaces/${id}/admin-activity?limit=500` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces/<p>/admin-activity` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspaces/${id}/audit-log?${p} (app/v9/workspaces/[id]/audit-log/page.tsx:39)
`app/v9/workspaces/[id]/audit-log/page.tsx:39` calls `GET /api/v9/workspaces/${id}/audit-log?${p}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces/<p>/audit-log` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspaces/${id}/billing (app/v9/workspaces/[id]/billing/page.tsx:54)
`app/v9/workspaces/[id]/billing/page.tsx:54` calls `GET /api/v9/workspaces/${id}/billing` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces/<p>/billing` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspaces/${id}/integrations (app/v9/workspaces/[id]/integrations/page.tsx:42)
`app/v9/workspaces/[id]/integrations/page.tsx:42` calls `GET /api/v9/workspaces/${id}/integrations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces/<p>/integrations` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspaces/${id}/jobs?limit=300 (app/v9/workspaces/[id]/jobs/page.tsx:51)
`app/v9/workspaces/[id]/jobs/page.tsx:51` calls `GET /api/v9/workspaces/${id}/jobs?limit=300` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces/<p>/jobs` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspaces/${id}/manager (app/v9/workspaces/[id]/manager/page.tsx:110)
`app/v9/workspaces/[id]/manager/page.tsx:110` calls `GET /api/v9/workspaces/${id}/manager` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces/<p>/manager` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspaces/${id}/manager/actions (app/v9/workspaces/[id]/manager/page.tsx:111)
`app/v9/workspaces/[id]/manager/page.tsx:111` calls `GET /api/v9/workspaces/${id}/manager/actions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces/<p>/manager/actions` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspaces/${id}/manager/messages?session_id=${sessionId} (app/v9/workspaces/[id]/manager/page.tsx:144)
`app/v9/workspaces/[id]/manager/page.tsx:144` calls `GET /api/v9/workspaces/${id}/manager/messages?session_id=${sessionId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces/<p>/manager/messages` If this …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspaces/${id}/members (app/v9/workspaces/[id]/members/page.tsx:47)
`app/v9/workspaces/[id]/members/page.tsx:47` calls `GET /api/v9/workspaces/${id}/members` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces/<p>/members` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspaces/${id}/personas (app/v9/workspaces/[id]/ai-employees/page.tsx:68)
`app/v9/workspaces/[id]/ai-employees/page.tsx:68` calls `GET /api/v9/workspaces/${id}/personas` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces/<p>/personas` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspaces/${id}/pricing (app/v9/workspaces/[id]/pricing/page.tsx:43)
`app/v9/workspaces/[id]/pricing/page.tsx:43` calls `GET /api/v9/workspaces/${id}/pricing` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces/<p>/pricing` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspaces/${id}/settings (app/v9/workspaces/[id]/settings/page.tsx:82)
`app/v9/workspaces/[id]/settings/page.tsx:82` calls `GET /api/v9/workspaces/${id}/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces/<p>/settings` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspaces/${id}/summary (app/v9/workspaces/[id]/_admin-shell.tsx:44)
`app/v9/workspaces/[id]/_admin-shell.tsx:44` calls `GET /api/v9/workspaces/${id}/summary` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces/<p>/summary` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspaces/${id}/summary (app/v9/workspaces/[id]/ai-employees/page.tsx:71)
`app/v9/workspaces/[id]/ai-employees/page.tsx:71` calls `GET /api/v9/workspaces/${id}/summary` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces/<p>/summary` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspaces/${id}/usage (app/v9/workspaces/[id]/page.tsx:787)
`app/v9/workspaces/[id]/page.tsx:787` calls `GET /api/v9/workspaces/${id}/usage` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces/<p>/usage` If this points at an external API, prefix it with `https://` s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspaces/${id}/usage (app/v9/workspaces/[id]/usage/page.tsx:60)
`app/v9/workspaces/[id]/usage/page.tsx:60` calls `GET /api/v9/workspaces/${id}/usage` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces/<p>/usage` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspaces/${target.tenantId}/manager (app/v5/employees/_hub-client.tsx:436)
`app/v5/employees/_hub-client.tsx:436` calls `GET /api/v9/workspaces/${target.tenantId}/manager` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces/<p>/manager` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspaces/${tenantId}/billing-mtd (app/v9/workspaces/[id]/page.tsx:962)
`app/v9/workspaces/[id]/page.tsx:962` calls `GET /api/v9/workspaces/${tenantId}/billing-mtd` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces/<p>/billing-mtd` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspaces/${tenantId}/export-context (app/v9/workspaces/[id]/page.tsx:351)
`app/v9/workspaces/[id]/page.tsx:351` calls `GET /api/v9/workspaces/${tenantId}/export-context` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces/<p>/export-context` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspaces/${tenantId}/export-context?upload=1 (app/v9/workspaces/[id]/page.tsx:371)
`app/v9/workspaces/[id]/page.tsx:371` calls `GET /api/v9/workspaces/${tenantId}/export-context?upload=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces/<p>/export-context` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspaces/${tenantId}/manager/messages?session_id=${sessionId} (app/v5/employees/[slug]/assistant/_client.tsx:304)
`app/v5/employees/[slug]/assistant/_client.tsx:304` calls `GET /api/v9/workspaces/${tenantId}/manager/messages?session_id=${sessionId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces/<p>/manager/messag…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspaces/${tenantId}/readiness (app/v9/workspaces/[id]/page.tsx:869)
`app/v9/workspaces/[id]/page.tsx:869` calls `GET /api/v9/workspaces/${tenantId}/readiness` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces/<p>/readiness` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspaces/${tenantId}/task-plans?limit=5 (app/v5/employees/[slug]/assistant/_client.tsx:344)
`app/v5/employees/[slug]/assistant/_client.tsx:344` calls `GET /api/v9/workspaces/${tenantId}/task-plans?limit=5` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces/<p>/task-plans` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspaces/${ws.id}/activity (app/v9/workspaces/page.tsx:814)
`app/v9/workspaces/page.tsx:814` calls `GET /api/v9/workspaces/${ws.id}/activity` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces/<p>/activity` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspaces/${ws.id}/mute-ai (app/v9/workspaces/[id]/page.tsx:108)
`app/v9/workspaces/[id]/page.tsx:108` calls `GET /api/v9/workspaces/${ws.id}/mute-ai` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces/<p>/mute-ai` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspaces/${ws.id}/mute-ai (app/v9/workspaces/page.tsx:843)
`app/v9/workspaces/page.tsx:843` calls `GET /api/v9/workspaces/${ws.id}/mute-ai` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces/<p>/mute-ai` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspaces?ids=${id}&include_deleted=1 (app/v9/workspaces/[id]/page.tsx:78)
`app/v9/workspaces/[id]/page.tsx:78` calls `GET /api/v9/workspaces?ids=${id}&include_deleted=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v9/workspaces?limit=12 (app/v9/_shell.tsx:1169)
`app/v9/_shell.tsx:1169` calls `GET /api/v9/workspaces?limit=12` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v9/workspaces` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.anthropic.com/v1/models (app/api/health/route.ts:54)
`app/api/health/route.ts:54` calls `GET https://api.anthropic.com/v1/models` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/models` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.openai.com/v1/models (lib/llm/model-registry-check.ts:87)
`lib/llm/model-registry-check.ts:87` calls `GET https://api.openai.com/v1/models` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/models` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.postmarkapp.com/server (app/api/admin/preflight/route.ts:110)
`app/api/admin/preflight/route.ts:110` calls `GET https://api.postmarkapp.com/server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.postmarkapp.com/server` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.stripe.com/v1/customers?limit=1 (app/api/admin/stability-check/route.ts:60)
`app/api/admin/stability-check/route.ts:60` calls `GET https://api.stripe.com/v1/customers?limit=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.stripe.com/v1/customers` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.stripe.com/v1/invoices?customer=${s.stripe_customer_id}&limit=10 (app/api/v9/settings/billing/route.ts:46)
`app/api/v9/settings/billing/route.ts:46` calls `GET https://api.stripe.com/v1/invoices?customer=${s.stripe_customer_id}&limit=10` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.stripe.com/v1/invoices` If…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.twilio.com/2010-04-01/Accounts/${accountSid}/Messages/${encodeURIComponent(sid)}.json (app/api/admin/twilio-status-backfill/route.ts:47)
`app/api/admin/twilio-status-backfill/route.ts:47` calls `GET https://api.twilio.com/2010-04-01/Accounts/${accountSid}/Messages/${encodeURIComponent(sid)}.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.twilio.com/2010-04-01/Accounts/${accountSid}/Messages/${messageSid}.json (app/api/admin/test-alert/route.ts:28)
`app/api/admin/test-alert/route.ts:28` calls `GET https://api.twilio.com/2010-04-01/Accounts/${accountSid}/Messages/${messageSid}.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.twilio.com/2010-04-01…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.twilio.com/2010-04-01/Accounts/${accountSid}/Messages/${sid}.json (app/api/admin/preview-founder-alert/route.ts:42)
`app/api/admin/preview-founder-alert/route.ts:42` calls `GET https://api.twilio.com/2010-04-01/Accounts/${accountSid}/Messages/${sid}.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.twilio.com/2010-0…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.twilio.com/2010-04-01/Accounts/${b.account_sid}.json (app/api/connections/twilio/route.ts:68)
`app/api/connections/twilio/route.ts:68` calls `GET https://api.twilio.com/2010-04-01/Accounts/${b.account_sid}.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.twilio.com/2010-04-01/accounts/<p>.json…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.twilio.com/2010-04-01/Accounts/${process.env.TWILIO_ACCOUNT_SID}.json (app/api/admin/preflight/route.ts:86)
`app/api/admin/preflight/route.ts:86` calls `GET https://api.twilio.com/2010-04-01/Accounts/${process.env.TWILIO_ACCOUNT_SID}.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.twilio.com/2010-04-01/acc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.twilio.com/2010-04-01/Accounts/${sid}/IncomingPhoneNumbers.json?PageSize=200 (app/api/connections/twilio/numbers/route.ts:45)
`app/api/connections/twilio/numbers/route.ts:45` calls `GET https://api.twilio.com/2010-04-01/Accounts/${sid}/IncomingPhoneNumbers.json?PageSize=200` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.twilio.…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.twilio.com/2010-04-01/Accounts/${twAcct}.json (app/api/admin/smoke-test/route.ts:67)
`app/api/admin/smoke-test/route.ts:67` calls `GET https://api.twilio.com/2010-04-01/Accounts/${twAcct}.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.twilio.com/2010-04-01/accounts/<p>.json` If this…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.vapi.ai${path} (app/api/admin/bootstrap-demo/route.ts:133)
`app/api/admin/bootstrap-demo/route.ts:133` calls `GET https://api.vapi.ai${path}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.vapi.ai/<p>` If this points at an external API, prefix it with `https://` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.vapi.ai${path} (app/api/admin/diagnose-vapi-raw/route.ts:29)
`app/api/admin/diagnose-vapi-raw/route.ts:29` calls `GET https://api.vapi.ai${path}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.vapi.ai/<p>` If this points at an external API, prefix it with `https://…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.vapi.ai/assistant (app/api/connections/vapi/assistants/route.ts:46)
`app/api/connections/vapi/assistants/route.ts:46` calls `GET https://api.vapi.ai/assistant` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.vapi.ai/assistant` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.vapi.ai/assistant (app/api/connections/vapi/route.ts:69)
`app/api/connections/vapi/route.ts:69` calls `GET https://api.vapi.ai/assistant` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.vapi.ai/assistant` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.vapi.ai/assistant/${aid} (app/api/admin/stability-check/route.ts:116)
`app/api/admin/stability-check/route.ts:116` calls `GET https://api.vapi.ai/assistant/${aid}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.vapi.ai/assistant/<p>` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.vapi.ai/assistant/${assistantId} (app/api/admin/voice-readiness/route.ts:208)
`app/api/admin/voice-readiness/route.ts:208` calls `GET https://api.vapi.ai/assistant/${assistantId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.vapi.ai/assistant/<p>` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.vapi.ai/assistant?limit=1 (app/api/admin/stability-check/route.ts:55)
`app/api/admin/stability-check/route.ts:55` calls `GET https://api.vapi.ai/assistant?limit=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.vapi.ai/assistant` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.vapi.ai/call?assistantId=${assistantId}&limit=5 (app/api/admin/diagnose-vapi-call/route.ts:25)
`app/api/admin/diagnose-vapi-call/route.ts:25` calls `GET https://api.vapi.ai/call?assistantId=${assistantId}&limit=5` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.vapi.ai/call` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://generativelanguage.googleapis.com/v1beta/models?key=${apiKey} (lib/llm/model-registry-check.ts:61)
`lib/llm/model-registry-check.ts:61` calls `GET https://generativelanguage.googleapis.com/v1beta/models?key=${apiKey}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/generativelanguage.googleapis.com/v1beta/m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://gmail.googleapis.com/gmail/v1/users/me/messages/${id}?format=full (lib/onboarding/extract-brand-voice.ts:120)
`lib/onboarding/extract-brand-voice.ts:120` calls `GET https://gmail.googleapis.com/gmail/v1/users/me/messages/${id}?format=full` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/gmail.googleapis.com/gmail/v1/u…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://gmail.googleapis.com/gmail/v1/users/me/messages/${id}?format=full (lib/voice-profile/harvest-historical-plans.ts:194)
`lib/voice-profile/harvest-historical-plans.ts:194` calls `GET https://gmail.googleapis.com/gmail/v1/users/me/messages/${id}?format=full` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/gmail.googleapis.com/gm…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://gmail.googleapis.com/gmail/v1/users/me/messages/${id}?format=metadata&metadataHeaders=Subject&metadataHeaders=To&metadataHeaders=Date (lib/voice-profile/extract-business.ts:174)
`lib/voice-profile/extract-business.ts:174` calls `GET https://gmail.googleapis.com/gmail/v1/users/me/messages/${id}?format=metadata&metadataHeaders=Subject&metadataHeaders=To&metadataHeaders=Date` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normali…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://gmail.googleapis.com/gmail/v1/users/me/messages/${id}?format=metadata&metadataHeaders=Subject&metadataHeaders=To&metadataHeaders=Date (lib/voice-profile/extract.ts:189)
`lib/voice-profile/extract.ts:189` calls `GET https://gmail.googleapis.com/gmail/v1/users/me/messages/${id}?format=metadata&metadataHeaders=Subject&metadataHeaders=To&metadataHeaders=Date` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://gmail.googleapis.com/gmail/v1/users/me/messages/${messageId}?format=full (lib/cold-mailbox/poll.ts:193)
`lib/cold-mailbox/poll.ts:193` calls `GET https://gmail.googleapis.com/gmail/v1/users/me/messages/${messageId}?format=full` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/gmail.googleapis.com/gmail/v1/users/m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://gmail.googleapis.com/gmail/v1/users/me/messages/${msgId}?format=full (app/api/cron/gmail-inbox-poll/route.ts:339)
`app/api/cron/gmail-inbox-poll/route.ts:339` calls `GET https://gmail.googleapis.com/gmail/v1/users/me/messages/${msgId}?format=full` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/gmail.googleapis.com/gmail/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://gmail.googleapis.com/gmail/v1/users/me/messages?labelIds=SENT&maxResults=${Math.min(count, 50)} (lib/voice-profile/extract-business.ts:160)
`lib/voice-profile/extract-business.ts:160` calls `GET https://gmail.googleapis.com/gmail/v1/users/me/messages?labelIds=SENT&maxResults=${Math.min(count, 50)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/g…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://gmail.googleapis.com/gmail/v1/users/me/messages?labelIds=SENT&maxResults=${Math.min(count, 50)} (lib/voice-profile/extract.ts:173)
`lib/voice-profile/extract.ts:173` calls `GET https://gmail.googleapis.com/gmail/v1/users/me/messages?labelIds=SENT&maxResults=${Math.min(count, 50)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/gmail.goog…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://gmail.googleapis.com/gmail/v1/users/me/profile (app/api/admin/cold-mailbox/bootstrap-history/route.ts:102)
`app/api/admin/cold-mailbox/bootstrap-history/route.ts:102` calls `GET https://gmail.googleapis.com/gmail/v1/users/me/profile` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/gmail.googleapis.com/gmail/v1/user…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://gmail.googleapis.com/gmail/v1/users/me/profile (app/api/connections/smoke-test/route.ts:58)
`app/api/connections/smoke-test/route.ts:58` calls `GET https://gmail.googleapis.com/gmail/v1/users/me/profile` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/gmail.googleapis.com/gmail/v1/users/me/profile` I…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://gmail.googleapis.com/gmail/v1/users/me/profile (app/api/cron/gmail-inbox-poll/route.ts:302)
`app/api/cron/gmail-inbox-poll/route.ts:302` calls `GET https://gmail.googleapis.com/gmail/v1/users/me/profile` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/gmail.googleapis.com/gmail/v1/users/me/profile` I…
Dangling fetchFetch

Showing first 300 of 1210. Refine filters or use the findings page for deep search.

For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/1a8ebc97-fa44-47c0-a995-171263a2a0ee/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/1a8ebc97-fa44-47c0-a995-171263a2a0ee/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.