Skip to main content

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.
You can only have one active token at a time. Generating a new token will invalidate any existing token.
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 the Authorization header as a Bearer token:

Error Responses

Rate Limits

Rate limits are per-team, not per-token. All team members share the same limit.

Token Management

Refreshing Your Token

If your token is compromised or you want to rotate it for security:
  1. Go to Settings → OpenClaw
  2. Click Refresh Token
  3. 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