Documentation Index
Fetch the complete documentation index at: https://apidocs.bridge.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Step 1: Create a Bridge account
Are you an existing developer? Head over to dashboard.bridge.xyz to login to your Bridge Dashboard. Do you want to get started? Contact sales.Step 2: Create your API keys
Once logged in, click on the “API Keys” tab on the top menu bar and generate a new API key.Safely store your API keys
Creating scoped API keys programmatically
In addition to the Dashboard, you can create scoped API keys via the API. Scoped keys are restricted to a subset of permissions and are useful for limiting what a key can do — for example, granting onlycustomer:read access to a read-only service.
Use POST /v0/api_keys with an unrestricted key or a key that holds the api_key:create scope:
name field is optional (up to 100 characters) and lets you label a key so you can identify its purpose later. The value in the response is the plaintext secret — it is returned only once, so store it immediately.
Up to 500 scoped keys may exist per developer. To inspect the scopes on the key making a request, call GET /v0/api_keys/whoami.
