| ▲ | dceddia 3 hours ago |
| This look nice! I was curious about being allowed to use a Claude Pro/Max subscription vs an API key, since there's been so much buzz about that lately, so I went looking for a solid answer. Thankfully the official Agent SDK Quickstart guide says that you can: https://platform.claude.com/docs/en/agent-sdk/quickstart In particular, this bit: "After installing Claude Code onto your machine, run claude in your terminal and follow the prompts to authenticate. The SDK will use this authentication automatically." |
|
| ▲ | joshstrange an hour ago | parent | next [-] |
| But their docs also say: > Unless previously approved, Anthropic does not allow third party developers to offer claude.ai login or rate limits for their products, including agents built on the Claude Agent SDK. Please use the API key authentication methods described in this document instead. Which I have interpreted means that you can’t use your Claude code subscription with the agent SDK, only API tokens. I really wish Anthropic would make it clear (and allow us to use our subscriptions with other tools). |
| |
|
| ▲ | jimminyx 3 hours ago | parent | prev | next [-] |
| OP here. Yes! This was a big motivation for me to try and build this. Nervous Anthropic is gonna shut down my account for using Clawdbot. This project uses the Agents SDK so it should be kosher in regards to terms of service. I couldn't figure out how to get the SDK running inside the containers to properly use the authenticated session from the host machine so I went with a hacky way of injecting the oauth token into the container environment. It still should be above board for TOS but it's the one security flaw that I know about (malicious person in a WhatsApp group with you can prompt inject the agent to share the oauth key). If anyone can help out with getting the authenticated session to work properly with the agents running in containers it would be much appreciated. |
| |
| ▲ | dceddia 2 hours ago | parent [-] | | I went down this rabbit hole a bit recently trying to use claude inside fence[0] and it seems that on macOS, claude stores this token inside Keychain. I'm not sure there's a way to expose that to a container... my guess would be no, especially since it seems the container is Linux, and also because keeping the Keychain out of reach of containers seems like it would be paramount. But someone might know better! 0: https://github.com/Use-Tusk/fence | | |
| ▲ | gronky_ 2 hours ago | parent [-] | | True. There’s a setting for Claude code though where you can add apiKeyHelper which is a script you add that gets the token for Claude Code. I imagine you can use that but haven’t quite figured out how to wire it up |
|
|
|
| ▲ | hebejebelus 3 hours ago | parent | prev [-] |
| Wow, thanks for posting that, news to me! In this case I don’t understand why there was a whole brouhaha with OpenClaw and the like - I guess they were invoking it without the official SDK? Because this makes it seem like if you have the sub you can build any agentic thing you like and still use your subscription, as long as you can install and login to Claude code on the machine running it. |
| |
| ▲ | disillusioned 3 hours ago | parent | next [-] | | Tons of chatter on Twitter making it sound like you'll get permabanned for doing this but... 1) how would they know if my requests are originating from Claude Code vs. OpenClaw? 2) how are we violating... anything? I'm working within my usage limits... $70 or whatever to check if there's milk... just use your Claude Max subscription. | | |
| ▲ | zarzavat 3 hours ago | parent | next [-] | | > how would they know if my requests are originating from Claude Code vs. OpenClaw How wouldn't they know? Claude Code is proprietary they can put whatever telemetry they want in there. > how are we violating... anything? I'm working within my usage limits... It's well known that Claude code is heavily discounted compared to market API rates. The best interpretation of this is that it's a kind of marketing for their API. If you are not using Claude code for what it's intended for, then it's violating at least the spirit of that deal. | |
| ▲ | dceddia an hour ago | parent | prev | next [-] | | The Claude Code client adds system prompts and makes a bunch of calls to analytics/telemetry endpoints so it's certainly feasible for them to tell, if they inspect the content of the requests and do any correlation between those services. And apparently it's violating the terms of service. Is it fair and above board for them to ban people? idk, it feels pretty blatantly like control for the sake of control, or control for the sake of lock-in, or those analytics/telemetry contain something awfully juicy, because they're already getting the entire prompt. It's their service to run as they wish, but it's not a pro-customer move and I think it's priming people to jump ship if another model takes the lead. | |
| ▲ | retr0rocket 2 hours ago | parent | prev [-] | | [dead] |
| |
| ▲ | firloop 3 hours ago | parent | prev [-] | | Was there a brouhaha with OpenClaw or was that with OpenCode? | | |
| ▲ | disillusioned 3 hours ago | parent | next [-] | | It was with OpenCode, but a LOT of the commentariat is insisting that running OpenClaw through subscription creds instead of API is out of TOS and will get you banhammered. | |
| ▲ | hebejebelus 3 hours ago | parent | prev [-] | | I think you’re right and it was OpenCode. The semantic collisions are going to becpme more of a problem in the coming Cambrian explosion of software |
|
|