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

Route save_api_keys

backend/app/api/auth.py:None–None  ·  view source on GitHub ↗
router.post("/api-keys")

Source from the content-addressed store, hash-verified

1from fastapi import APIRouter, HTTPException, Depends, status
2from fastapi.security import OAuth2PasswordBearer, OAuth2PasswordRequestForm
3from pydantic import BaseModel
4from typing import Optional

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected