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

# base44 auth pull

> Pull the auth configuration from Base44 to local files.

<Warning>
  This page is part of an AI coding agent skill and is written for agents, not humans. For the human-readable Base44 docs, see the [developer documentation](/developers).
</Warning>

# base44 auth pull

Pull the auth configuration from Base44 to local files.

## Syntax

```bash theme={null}
npx base44 auth pull
```

## Examples

```bash theme={null}
npx base44 auth pull
```

## Notes

* Overwrites the local auth config file with the remote configuration.
* The auth config file is written to `base44/auth/` (the `authDir` configured in `config.jsonc`).
