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

# Introduction

> OpenAPI specification for API Endpoints in OpenLIT

<CardGroup cols={2}>
  <Card title="Prompt Hub API" icon="message" href="/latest/openlit/developer-resources/api-reference/endpoint/prompt-hub/get" />

  <Card title="Vault API" icon="vault" href="/latest/openlit/developer-resources/api-reference/endpoint/vault/get" />

  <Card title="Rule Engine API" icon="sliders" href="/latest/openlit/developer-resources/api-reference/endpoint/rule-engine/evaluate" />

  <Card title="Manage Models API" icon="cube" href="/latest/openlit/developer-resources/api-reference/endpoint/manage-models/models" />
</CardGroup>

## Authentication

Most SDK-facing endpoints (Prompt Hub, Vault, Rule Engine) use an Authorization header:

```yaml theme={null}
Authorization: Bearer <api-key>
```

[Manage Models](/latest/openlit/developer-resources/api-reference/endpoint/manage-models/models) UI APIs use a signed-in OpenLIT session instead. The [public pricing export](/latest/openlit/developer-resources/api-reference/endpoint/manage-models/public-pricing) requires no auth.
