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

File route.ts

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

Source from the content-addressed store, hash-verified

1import { type NextRequest, NextResponse } from 'next/server'
2import { generateCopilotApiKeyContract } from '@/lib/api/contracts'
3import { parseRequest } from '@/lib/api/server'
4import { getSession } from '@/lib/auth'

Callers

nothing calls this directly

Calls 4

withRouteHandlerFunction · 0.90
getMothershipBaseURLFunction · 0.90
parseRequestFunction · 0.90
fetchGoFunction · 0.90

Tested by

no test coverage detected