> ## Documentation Index
> Fetch the complete documentation index at: https://docs.endorlabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.endorlabs.com/feedback

```json
{
  "path": "/developers-api/rest-api/index",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# REST API

> Create integrations, retrieve data, and automate your workflows with the Endor Labs REST API.

<CardGroup cols={3}>
  <Card title="About the REST API" icon="terminal" href="/developers-api/rest-api/about">
    Get oriented with the Endor Labs REST API documentation.
  </Card>

  <Card title="Using the REST API" icon="sun" href="/developers-api/rest-api/using-the-rest-api">
    Learn how to use the API to build your solutions.
  </Card>

  <Card title="Authentication" icon="key" href="/developers-api/rest-api/authentication">
    Learn how to authenticate to the Endor Labs REST API.
  </Card>

  <Card title="API Query Builder" icon="code" href="/developers-api/rest-api/api-query-builder">
    Use our API query builder to construct endorctl commands based on API operations and parameters.
  </Card>

  <Card title="Use Cases" icon="lightbulb" href="/developers-api/rest-api/using-the-rest-api/use-cases">
    Explore use cases with Endor Labs REST API.
  </Card>

  <Card title="Resource Kinds" icon="cogs" href="/developers-api/rest-api/using-the-rest-api/data-model/resource-kinds">
    Learn about the Endor Labs data model.
  </Card>

  <Card title="Best Practices" icon="star" href="/developers-api/rest-api/using-the-rest-api/best-practices">
    Best practices when using the Endor Labs REST API.
  </Card>

  <Card title="Troubleshooting" icon="tools" href="/developers-api/rest-api/using-the-rest-api/troubleshooting">
    Diagnose and resolve issues with the Endor Labs REST API.
  </Card>

  <Card title="API Reference" icon="book" href="/api-reference">
    View the complete Endor Labs REST API reference.
  </Card>
</CardGroup>

<Card horizontal title="Download REST API specifications" icon="file-code">
  You can download the Endor Labs REST API specifications directly from the docs site. Each file is served as a static asset.

  * [openapi.v3.json](https://docs.endorlabs.com/api-reference/openapi.v3.json): Compact OpenAPI 3.x specification that is suitable for most use cases.
  * [openapi.full.v3.json](https://docs.endorlabs.com/api-reference/openapi.full.v3.json): Full OpenAPI 3.x specification that includes all schemas and operations.
  * [openapiv2.swagger.json](https://docs.endorlabs.com/api-reference/openapiv2.swagger.json): Full Swagger 2.0 specification for tools that do not yet support OpenAPI 3.x.
</Card>
