APIs¶
On this page
You can interact with Atlas programmatically using the Atlas Administration API, the Realm Admin API , and the Data API. Use the links on this page to learn about each API and their resources.
Each Atlas API has its own resources and requires initial setup. The Data API also uses different access keys from the Atlas Administration API and the Realm Admin API.
To configure access for each API, use these resources:
Atlas Administration API¶
Manage your Atlas environment through the command line or automate with the Atlas Administration API. Atlas Administration API resources add, edit, or delete administrative objects within Atlas, including projects, users, and database deployments.
Data API¶
Programmatically create, read, update, and delete data stored in Atlas with the Data API. You can use the Data API to access Atlas data from the command line or from other applications.
Realm Admin API¶
Programmatically perform administrative tasks outside of the Realm UI with the Realm Admin API. This includes tasks such as modifying authentication providers, creating rules, and defining functions.