MCPcopy Index your code
hub / github.com/OpenPipe/OpenPipe / generateApiKey

Function generateApiKey

app/src/server/utils/generateApiKey.ts:5–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3const KEY_LENGTH = 42;
4
5export const generateApiKey = () => `opk_${cryptoRandomString({ length: KEY_LENGTH })}`;

Callers 2

userProjectFunction · 0.90
projects.router.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected