MCPcopy Create free account
hub / github.com/ScrapeGraphAI/scrapecraft / APIKeyCreate

Class APIKeyCreate

backend/app/api/auth.py:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 full_name: Optional[str] = None
40
41class APIKeyCreate(BaseModel):
42 openrouter_key: Optional[str] = None
43 scrapegraph_key: Optional[str] = None
44
45# Temporary user storage (should be replaced with database)
46fake_users_db = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected