White label admin only API to add an API key to a project. Add a temporary API key that can be used to make Projects API (/api/projects/{projectId}/) requests on behalf of the project admin. These API keys are not visible to the project itself and have a customizable TTL defaulting to 1 minute.
Organization ID
Project ID
Description of the key
API key. This needs to start with ei_
and will need to be at least 32 characters long.
Time to live in seconds. If not set, the key will expire in 1 minute.
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)