Use Builder's Admin API, a GraphQL API, with back-end servers or for trusted parties performing administrative tasks. The Admin API is separate from the public Content API, which is for consuming Builder content.
Choose whether you will access the API with the Node.js SDK or directly through the API. For more details on the Node.js SDK, see Builder's Admin SDK package repository on GitHub.
If you choose access through the GraphQL API, all Admin API queries use the following endpoint.
https://cdn.builder.io/api/v2/adminYou can also use the GraphQL Explorer to access the API through your web browser.
Before using any operation, authenticate with the Builder.io API.
For more information about creating and organizing Private API Keys, see Managing Private Keys.
The Admin API provides the following operations for managing Spaces, content structure, assets, access, and organization-level resources.
Manage Spaces
Space Access and Integrations
Use the GraphQL Explorer to try out these queries with your own Space and Organization. Then, visit the Admin API GraphQL Schema for more details on how to modify your queries.