Skip to main content
Beyond scraping, the client exposes two account namespaces: client.apiKeys for managing your keys and client.billing for credits. Both authenticate with the API key you constructed the client with.

client.apiKeys

Mint, list, and revoke API keys programmatically — handy for provisioning a key per environment or per customer.
create returns the key’s secret a single time. Store it the moment you receive it — Bridgly keeps only a hash and can never show it again.

client.billing

Read your balance and top up credits.

Result shape

Account methods return a slightly simpler result than scraping methods — a data payload on success, or a status and message on error, with no credit envelope:
revoke returns a VoidResult — success carries no body: