API key header
Create and manage keys
Use launch.o1.exchange/developers. Key management requires a short-lived, domain-bound wallet signature. It supports EOAs and compatible smart-contract wallets. The signed message states that it is off-chain and does not approve tokens or move funds. Self-service keys:- use the Developer plan by default
- are owned by the signing wallet
- are limited to two active production keys
- allow up to 10 newly created or rotated keys per wallet in 24 hours
- allow up to 120 signed key-management actions per wallet each hour
- expose the plaintext secret once
- can be rotated with a short overlap window so clients can change secrets without downtime
- can be revoked, with gateway authorization caches expiring within five seconds
rotating and expires after the configured overlap.
Scopes
Choose only the scopes an integration needs.
No API scope authorizes direct edits to launchpad product records in Convex. Read scopes return public data. Prepare scopes validate live state and return unsigned wallet steps. The user’s wallet remains the only component that can authorize an on-chain action.
Browser origins
An allowed origin is the website scheme, host, and port. It covers every page and API call made from that site.https://test.com also allows calls made from https://test.com/test because URL paths are not part of an origin.
Leave the list empty to allow the key from any website or server integration. Add origins only when a browser key should be limited to specific sites. API-key authentication, scopes, and rate limits still apply either way.
CORS permission does not replace API-key authentication.
Secret handling
- keep production keys in a secret manager
- do not commit
.envfiles - do not log full keys
- use separate keys for separate integrations
- revoke a key before sharing logs or code that may contain it
- use idempotency keys on all retryable state-building requests
