1. Create a personal API key

In the ALTAR app, go to Settings, open API keys, create a named key, and copy it.

2. Call the notes endpoint

curl https://api.altar.inc/public/v1/notes \
  -H "Authorization: Bearer altar_api_your_personal_key"

3. Hand the response to an agent

Use the returned note summaries as structured input for follow-up planning, task creation, or recap workflows inside your agent.