#Api key usage

1 messages Β· Page 1 of 1 (latest)

shadow thorn
#

Does having the openclaw gateway running use api key credits on my gemeni api key? Also does having my browse relay turned on use api key credits?

sonic coveBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> βœ… Mark Solution

minor loomBOT
#

Short answer: no β€” just having the OpenClaw gateway running does not burn Gemini API credits by itself.

And no β€” having Browser Relay turned on also does not consume Gemini credits on its own.

You only spend credits when OpenClaw actually makes provider/API calls, e.g.:

  • generating a model response
  • running features that use paid APIs (web search provider, remote embeddings, etc.)
  • scheduled jobs/heartbeats that trigger model calls

So if it’s idle (no messages/tasks), it should be effectively zero usage.

Docs:

If you want, I can also show the quickest way to verify usage in your own setup with /status and /usage full.

shadow thorn
#

where do i check the usage commands