> For the complete documentation index, see [llms.txt](https://wiki.robmurtagh.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.robmurtagh.com/aws/appsync.md).

# Appsync

## Using API key auth

Add the following header to e.g. [Graphql Playground](https://github.com/prismagraphql/graphql-playground):

```javascript
{
  "x-api-key": "[DASHBOARD GENERATED API KEY]"
}
```
