Account
Your account
Plan, usage this period, limits and billing. Paste a key and this page reads it straight from the API — the key stays in this browser and is sent nowhere else.
Account
Plan
—
This period
—
Recent renders
The last 25, newest first. A failed one says why.
Limits
These come with the plan and are checked before a render starts, not at invoice time. To change one, write to support@galleyrender.com. The spend cap below is the one you set yourself.
Spend cap
What you'll be billed past your plan's allowance, at most, in a billing period. The pages and images your plan includes never count toward it, so the whole allowance is yours whatever this says. $0 means never bill me past my plan.
Webhook signing secret
Deliveries are signed X-Galley-Signature: sha256=… over the
raw body. Rotating invalidates the old secret immediately, so update your handler in the
same change. How to verify a delivery.
Connect your assistant
Send the key on the connection and every call is on this account. Without it, your assistant gets the keyless trial instead — a different account, with a different limit, and a quota error that will not mention this page.
Claude.ai or ChatGPT? A custom connector has nowhere to put a header, so
add Galley with your personal address (Galley's address plus
/c/ and a random id) and hand the key over with a tool instead:
run link_account with this key. Or, to
keep the key out of the chat entirely, run create_account with my email — this
address already has an account, so Galley mails a one-time code rather than making a
second one, and run link_account with the code finishes it. Ask for
whoami to confirm.
A link is per client. On the shared address, a hosted connector has no identity of its own (every Claude.ai or ChatGPT user looks the same to us), so it can't be linked; the personal address fixes that. Once linked, that address works like a key: keep it to yourself, and ask for unlink_account if anyone else has seen it. Full instructions: connect your assistant.
Change plan
Checkout opens on Stripe. Galley never sees a card, and your plan changes when Stripe tells us it has — usually a second or two after you finish.
Downgrading and cancelling are not here and never will be: both happen in the Stripe portal above, which is the only thing that can change a subscription.
Lost your key?
Nothing can show you a key you already have. Galley stores only a hash of each one, so the plaintext exists in the response that issued it and nowhere else. What we can do is send a link to the address the account is under: it opens a page that lists the keys, mints a new one and retires the old ones if you want.
Email me a sign-in link
We'll email a sign-in link to the address the account is under. It opens the dashboard, shows the keys on the account and can mint a new one. The email never contains a key.
Still have a working key? Then it's one call:
POST https://api.galleyrender.com/v1/account/keys with it — a new key comes back
once, nothing is revoked, and
POST /v1/account/keys/{id}/revoke retires the old
one when the new one is deployed. Over MCP that pair is
rotate_key.
Anything this page cannot answer: support@galleyrender.com.