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

Interface PluginAPIKey

lib/api.ts:758–768  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

756// ==================== API Key 管理 ====================
757
758export interface PluginAPIKey {
759 id: number;
760 user_id: number;
761 key_preview: string;
762 name: string;
763 config_type: 'antigravity' | 'kiro'; // 配置类型
764 is_active: boolean;
765 created_at: string;
766 last_used_at: string | null;
767 expires_at: string | null;
768}
769
770export interface CreateAPIKeyResponse {
771 id: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected