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

# Introduction

> Integrate Mithril insurance into your dApp

The Mithril API allows developers to programmatically fetch coverage quotes, check policy status, and integrate insurance directly into their DeFi frontends.

## Authentication

Authentication is handled via Solana wallet signatures for write operations (like purchasing cover). Read operations (like fetching quotes) are public.

## Base URL

```bash theme={null}
https://api.mithril.protocol/v1
```
