This article explains how to create an API key for the Cye Cloud Posture Solution GraphQL API, authenticate your requests, and find the full schema reference.
Overview
The Cye Cloud Posture Solution API uses the GraphQL query language. It exposes the complete set of GraphQL types, queries, and mutations for working with the service from your own tools and workflows. Every request is authenticated with an API key that you create in the console.
Create & Store a Key: Go to Settings > API keys, add a key with a name and a role, and store it securely; the key cannot be recovered after the dialog closes.
Authenticate & Explore: Send the key as a Bearer token on every GraphQL request, and browse the available queries, mutations, and objects on the API documentation site.
1. Create a GraphQL API key
1. Create a GraphQL API key
You need an API key before you can call the API.
Go to Settings > API keys from the side menu.
Under Solvo API Keys, click Add key.
In the dialog, enter the name (for example, Production) and the permission (role) for the API key, then click Create API Key.
Store the created API key in secure storage and click Done.
Important: You cannot recover the API key after closing the dialog.
2. Use the API key
2. Use the API key
Use Bearer authentication with all GraphQL API requests. In Bearer auth terms, your API key is the token:
Authorization: Bearer <YOUR_SOLVO_API_KEY>
For example:
Authorization: Bearer solvo.v1.5psUVxebxJ.NBzu3Pien...
3. Explore the API
3. Explore the API
The API documentation site lists the available queries, mutations, and objects: https://api-docs.solvo.cloud/
Wrap-up / Next Steps
Wrap-up / Next Steps
Create your first key: Go to Settings > API keys and click Add key.
Browse the schema: Open api-docs.solvo.cloud to see every query, mutation, and object.
Check data freshness: See Data Digest and Update Frequency for how often the data behind the API refreshes.



