create_api_key ============== .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Create an API key. Arguments --------- ``input`` | :doc:`/objects/ApiKeyOrgIDWithDescriptionRequest` Returns ------- ``response_type`` | single ``response_object`` | :doc:`/objects/ApiKeyResp` Mutation example .. code-block:: graphql mutation { create_api_key(input: {}) { error { detail status } data { _id } } }