Mux — video API
mux/video · version 1
envs add mux/video
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
MUX_TOKEN_ID |
required | secret | Mux says API credentials should never be stored in a client application and that every call should come from a trusted server. This is the basic auth username half, kept with the other. The names are convention.. where to get it |
MUX_TOKEN_SECRET |
required | secret | Mux stores only a hash of this, so a lost secret cannot be recovered and the whole token is replaced.. where to get it |