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

# Introduction

> Using the local API

For app developers building integrations and anyone who wants to communicate with the app programmatically.

* The API is available locally at `localhost:5252` when the Daytalog app is running in the background.
* Obtain an auth token from the `/auth` endpoint for each new session.
* Calling `/auth` prompts the user to approve or deny the connection.

<Warning>
  **Heads up:** Version 2 is launching soon. This API version will be deprecated shortly. \
  Please stay tuned for implementation details and migration guidance.
</Warning>
