Getting Your API Key
1
Log in to Yoinkit
Go to yoinkit.ai and log in with your account.
2
Navigate to OpenClaw Settings
In Settings, find the OpenClaw section (between Settings and Billing).
3
Generate API Token
Click Generate Token to create your API key.
4
Copy Your Token
Copy the token immediately—it won’t be shown again. Store it securely.
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
Rate Limits
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