MCPcopy Index your code
hub / github.com/coder/coder / userAIProviderKeysPath

Function userAIProviderKeysPath

site/src/api/api.ts:416–417  ·  view source on GitHub ↗
(user = "me")

Source from the content-addressed store, hash-verified

414const userSkillPath = (user: string, name: string) =>
415 `${userSkillsPath(user)}/${encodeURIComponent(name)}`;
416const userAIProviderKeysPath = (user = "me") =>
417 `/api/experimental/users/${encodeURIComponent(user)}/ai-provider-keys`;
418const mcpServerConfigsPath = "/api/experimental/mcp/servers";
419
420type ChatCostDateParams = {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected