Get your default key
Open Yir Console. Every account has a default API key bound to its default compute route, so you can start without creating or configuring another key. The Console hides the full secret by default. You can reveal and copy it again after confirming your identity. Create additional keys when you need separate application, environment, or statistics boundaries. Store the key in your secret manager or local environment:Key safety
- Never put the key in browser source code, a public repository, a URL, or a client-visible error.
- Use separate keys for production, CI, and local development so each can be revoked independently.
- Rotate a key in Console if it may have been exposed. Rotation preserves the key identity and compute-route binding while immediately invalidating the old secret.
- The default key cannot be revoked. Additional keys can be revoked independently.
- Do not send a KIE, APIMart, or other upstream provider key. Yir does not accept or forward one from client requests.
Authorization, not X-API-Key. Requests without a valid Yir Bearer key are rejected before a task is admitted.