Livestream: The 5 Levels of AI Development Maturity

Announcing Visual Copilot - Figma to production in half the time

Builder.io
Builder.io

Livestream: The 5 Levels of AI Development Maturity

Announcing Visual Copilot - Figma to production in half the time

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.

  • Query and modify data within your Builder Space using the GraphQL API.
  • The Admin SDK can also be used to interact with some features of the GraphQL API.

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/admin

You 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.

Continue to explore the Admin API documentation or 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.

Was this article helpful?