Create Api Key
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Headers
Request
DX-34: the key class. ‘live’ (default) reaches the real-money API; ‘test’ mints a paper-only sandbox key (prefix drzl_test_) that is routed onto the paper-trading engine and rejected on every real-money endpoint. Test keys require the sandbox to be enabled.
Key expires after this many days. Null = never expires.
Permission scopes. Defaults to read-only scopes.
FP-107: require HMAC request signing for this key. When true, a signing secret is returned once at creation and every request must carry a valid X-Drazill-Signature.
Response
The full API key. Store it securely — it cannot be retrieved again.
HMAC signing secret (only when signing_required). Store it securely.

