MCPcopy Create free account
hub / github.com/context-space/context-space / APIKey

Interface APIKey

web/src/typings/api-keys.ts:1–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface APIKey {
2 id: string
3 name: string
4 description?: string
5 key_value?: string // Only included when creating
6 created_at: string
7}
8
9export interface CreateAPIKeyRequest {
10 name: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected