MCPcopy Index your code
hub / github.com/simstudioai/sim / route.ts

File route.ts

apps/sim/app/api/copilot/api-keys/route.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { type NextRequest, NextResponse } from 'next/server'
2import { deleteCopilotApiKeyQuerySchema } from '@/lib/api/contracts'
3import { getSession } from '@/lib/auth'
4import { TraceAttr } from '@/lib/copilot/generated/trace-attributes-v1'

Callers

nothing calls this directly

Calls 3

withRouteHandlerFunction · 0.90
getMothershipBaseURLFunction · 0.90
fetchGoFunction · 0.90

Tested by

no test coverage detected