- FastAPI backend with SQLModel, Alembic migrations, AgentScope agents - Next.js 15 frontend with React 19, Tailwind, Zustand, React Flow - Multi-provider AI system (DashScope, Kling, MiniMax, Volcengine, OpenAI, etc.) - All HTTP clients migrated from sync requests to async httpx - Admin-managed API keys via environment variables - SSRF vulnerability fixed in ensure_url()
8 lines
198 B
JSON
8 lines
198 B
JSON
{
|
|
"id": "provider-id",
|
|
"name": "Provider Display Name",
|
|
"description": "Optional description",
|
|
"api_key": "YOUR_API_KEY_OR_SET_VIA_ENV",
|
|
"dashboard_url": "https://example.com/dashboard"
|
|
}
|