Getting Your API Key
Log in to Yoinkit
Go to yoinkit.ai and log in with your account.
Navigate to OpenClaw Settings
In Settings, find the OpenClaw section (between Settings and Billing).
Requirements
API access requires an active Yoinkit subscription on your team. If your subscription expires, API calls will return a
403 Forbidden error.Making Authenticated Requests
Include your API token in theAuthorization header as a Bearer token:
Error Responses
| Status Code | Meaning |
|---|---|
401 Unauthorized | Missing or invalid API token |
403 Forbidden | Token valid but no active subscription |
429 Too Many Requests | Rate limit exceeded |
Rate Limits
| Plan | Requests/Minute | Requests/Day |
|---|---|---|
| Starter | 30 | 1,000 |
| Pro | 60 | 5,000 |
| Team | 120 | 20,000 |
Token Management
Refreshing Your Token
If your token is compromised or you want to rotate it for security:- Go to Settings → OpenClaw
- Click Refresh Token
- Update your applications with the new token
Token Expiration
Tokens do not expire automatically. However, they become invalid if:- You manually refresh the token
- Your team’s subscription lapses
- Your account is suspended