# API References

- [Sprinto Developer API](https://docs.sprinto.com/api-references/sprinto-developer-api.md): Use the Sprinto Developer API to programmatically access, manage, and extend Sprinto data through secure GraphQL-based integrations.
- [Getting Started](https://docs.sprinto.com/api-references/getting-started.md)
- [Quick Start](https://docs.sprinto.com/api-references/getting-started/quick-start.md): Quickly get started with the Sprinto Developer API by generating an API key, exploring the GraphQL schema, and making your first authenticated API request.
- [API Structure](https://docs.sprinto.com/api-references/getting-started/api-structure.md): Learn how the Sprinto Developer API is structured using GraphQL, including queries, mutations, arguments, and pagination.
- [Pagination](https://docs.sprinto.com/api-references/getting-started/pagination.md): Learn how to use cursor-based pagination in the Sprinto Developer API to efficiently fetch and navigate large datasets.
- [Sprinto API Playground](https://docs.sprinto.com/api-references/sprinto-api-playground.md)
- [Set up API Playground](https://docs.sprinto.com/api-references/sprinto-api-playground/set-up-api-playground.md): Learn how to set up the Sprinto API Playground to explore and test the Sprinto Developer API directly from your browser.
- [Make your first API call using the Sprinto API Playground](https://docs.sprinto.com/api-references/sprinto-api-playground/make-your-first-api-call-using-the-sprinto-api-playground.md): Learn how to make your first query or mutation using the Sprinto API Playground and validate responses in real time.
- [Sprinto Cookbooks](https://docs.sprinto.com/api-references/sprinto-cookbooks.md): Get started with Sprinto Cookbooks to use ready-to-run API queries and mutations for common Sprinto Developer API use cases.
- [Mark staff member account In-scope](https://docs.sprinto.com/api-references/sprinto-cookbooks/mark-staff-member-account-in-scope.md): Use the Sprinto Developer API to mark a staff member as in-scope and include them in audit compliance checks.
- [Mark staff member account Not-In-Scope](https://docs.sprinto.com/api-references/sprinto-cookbooks/mark-staff-member-account-not-in-scope.md): Use the Sprinto Developer API to mark a staff member as not-in-scope and exclude them from audit and compliance checks.
- [Add background verification report for staff member](https://docs.sprinto.com/api-references/sprinto-cookbooks/add-background-verification-report-for-staff-member.md): Use the Sprinto Developer API to upload a background verification (BGV) report for an in-scope staff member.
- [Add evidence for workflow check](https://docs.sprinto.com/api-references/sprinto-cookbooks/add-evidence-for-workflow-check.md): Use the Sprinto Developer API to upload evidence files for a workflow check and update its evidence status.
- [Upload Evidence API](https://docs.sprinto.com/api-references/upload-evidence-api.md): Upload evidence files programmatically to Sprinto monitors using the Upload Evidence API with multipart requests.
- [Custom Integration Push APIs](https://docs.sprinto.com/api-references/custom-integration-push-apis.md)
- [Integration Monitoring](https://docs.sprinto.com/api-references/custom-integration-push-apis/integration-monitoring.md)
- [Session Management](https://docs.sprinto.com/api-references/custom-integration-push-apis/session-management.md)
- [Pushing Entities Data](https://docs.sprinto.com/api-references/custom-integration-push-apis/pushing-entities-data.md)
- [Models](https://docs.sprinto.com/api-references/models.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sprinto.com/api-references.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
