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

# Usage

> Get usage information for your account.

### Authentication

<ParamField header="x-api-key" type="string" required={true}>
  Your FlyStack API token. You can create one from the dashboard (see [Authentication](/authentication)).
</ParamField>

### Response

<ResponseField name="plan" type="string">
  Plan name
</ResponseField>

<ResponseField name="remaining" type="string">
  Remaining requests
</ResponseField>

<ResponseExample>
  ```json Response theme={null}
  {
      "plan": "API",
      "remaining": "58485"
  }
  ```
</ResponseExample>
