The easiest way to manage account actions is www.openrush.com. Most users should use the Dashboard instead of calling these endpoints directly.
Use:
- API access to create, copy, and revoke API keys.
- Activity to review recent API and MCP requests.
- Billing to check your credit balance and buy credits.
The endpoints below are for developers who want to automate the same account actions.
Credits
GET /v1/me/credits
Returns your current credit balance.
Response:
List API credentials
GET /v1/me/api-credentials
Lists API credentials for the current account. The raw key is not returned.
Response item:
Create API credential
POST /v1/me/api-credentials
Creates a new API key for the current account.
Request body:
Response:
Copy the key immediately. OpenRush only shows the raw key once.
Revoke API credential
POST /v1/me/api-credentials/{credential_id}/revoke
Revokes an API key owned by the current account. Any app or agent using that key stops working.
Usage
GET /v1/me/usage
Returns recent account activity. The app shows API and MCP requests in Activity.
Query parameters:
Response item:
Billing in the app
Buy credits in Billing. The current app shows your balance, supports purchases in $10 increments, and sends you through secure checkout.
Use the app for purchases instead of building a separate payment flow.