# What is the Atfinity API?

The atfinity API enables you to work on [cases](https://docs.atfinity.io/guides/glossary/case) and [instances](https://docs.atfinity.io/guides/glossary/instance).

You can request a list of all or only some cases, get an overview of all the data present in a single case, see a list of all the instances of a specific [ontology](https://docs.atfinity.io/guides/glossary/ontology), and retrieve [information](https://docs.atfinity.io/guides/glossary/information) on a specific instance.

You can also create and delete cases through the API, change the value of information fields in a case, and change the owner of a case.

Other possibilities include uploading and deleting [proofs](https://docs.atfinity.io/guides/glossary/proof), downloading case materials (e.g. booklets), [transitioning](https://docs.atfinity.io/guides/glossary/workflow#transition) cases, and sending case booklets out via email.

Using webhooks, you can select to be notified of specific case updates in real time.

To make requests to the atfinity API, you need:

* a configured atfinity tenant
* an API Key to authenticate yourself to the atfinity API
