First commit

This commit is contained in:
kyy
2025-10-30 10:09:14 +09:00
commit 996bea3a3a
89 changed files with 2110 additions and 0 deletions

7
api_keys.json.example Normal file
View File

@@ -0,0 +1,7 @@
{
"your_api_key": {
"client_name": "example_client",
"created_at": "timestamp",
"is_active": "true"
}
}