Does this use claude login oauth or API key costs? #802
Replies: 2 comments
-
|
If your |
Beta Was this translation helpful? Give feedback.
-
|
@DevrMichael's answer about the API key is correct, but there's a deeper cost issue worth knowing about. We audited ruflo's token consumption and found it increases your token usage significantly, despite the README claiming '30-50% token reduction':
The '30-50% savings' claim is fabricated in the source code:
So if you're seeing unexpected API bills: ruflo's MCP server loads 300+ tool definitions (most are non-functional stubs) and injects noise into every message. That's where your tokens are going — not just the OAuth vs API key question. Full cost analysis in our audit: Independent Audit (GitHub Gist) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Github copilot says:
OAuth (e.g., standard Claude OAuth login) is NOT the primary authentication method.I also received an API bill when I was running the swarm so I do believe it overrides my normal oauth flow? Do i need to setANTHROPIC_API_KEY=""before running it to have claude default to oauth login?The command I used was:
Beta Was this translation helpful? Give feedback.
All reactions