> ## Documentation Index
> Fetch the complete documentation index at: https://docs.codex.io/llms.txt
> Use this file to discover all available pages before exploring further.

# CreateApiTokensInput

> CreateApiTokensInput input type

<div data-generated>
  ## GraphQL

  ```
  input CreateApiTokensInput {
    count: Int
    requestLimit: String
    expiresIn: Int
  }
  ```

  ### Used By

  **Used as input by**

  * [createApiTokens](/api-reference/mutations/createapitokens.md): Create a new set of short-lived api access tokens
</div>
