MCPcopy Create free account
hub / github.com/AntiHub-Project/AntiHub / CreateAPIKeyResponse

Interface CreateAPIKeyResponse

lib/api.ts:770–780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

768}
769
770export interface CreateAPIKeyResponse {
771 id: number;
772 user_id: number;
773 key: string;
774 name: string;
775 config_type: 'antigravity' | 'kiro'; // 配置类型
776 is_active: boolean;
777 created_at: string;
778 last_used_at: string | null;
779 expires_at: string | null;
780}
781
782/**
783 * 获取 API Key 列表

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected