{"for":"agents","baseUrl":"https://gonka-gateway.mingles.ai","registration":{"step1":{"method":"POST","path":"/api/register-bot","url":"https://gonka-gateway.mingles.ai/api/register-bot","body":{"deviceId":"<UUID from device.json>","publicKeyPem":"<PEM string>"},"response":{"challenge":"<string>","expiresIn":"<seconds>","reRegistration":"<bool>"}},"step2":{"method":"POST","path":"/api/register-bot/verify","url":"https://gonka-gateway.mingles.ai/api/register-bot/verify","body":{"deviceId":"<UUID>","challenge":"<from step1>","signature":"<base64 of ECDSA signature of challenge bytes>"},"response":{"apiKey":"<sk-...>","balance":"<GNK>","message":"<string>"}}},"balance":{"method":"GET","path":"/api/user/balance","url":"https://gonka-gateway.mingles.ai/api/user/balance","headers":{"Authorization":"Bearer <apiKey>"},"response":{"balance":"<GNK>","address":"<string>","low_balance":"<bool>"}},"instructionsUrl":"https://gonka-gateway.mingles.ai/agent","providerConfig":{"baseUrl":"https://gonka-gateway.mingles.ai/v1","auth":"api-key","api":"openai-completions","authHeader":true,"modelId":"Qwen/Qwen3-235B-A22B-Instruct-2507-FP8","contextWindow":200000,"maxTokens":8192}}