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

# Introduction

This API reference describes the RESTful APIs you can use to interact with the Mem platform. REST APIs are usable via HTTP in any environment that supports HTTP requests.

<CardGroup cols={2}>
  <Card title="Guides" icon="book" href="../../guides/get-started/overview">
    Learn best practices for using the Mem API
  </Card>

  <Card title="Authentication" icon="key" href="./authentication">
    Learn how to authenticate your requests
  </Card>

  <Card title="Rate Limits" icon="clock" href="./rate-limits">
    Learn about the rate limits for the Mem API
  </Card>

  <Card title="Error Handling" icon="screwdriver-wrench" href="./error-handling">
    Learn how to handle errors from the Mem API
  </Card>
</CardGroup>
