> ## Documentation Index
> Fetch the complete documentation index at: https://insight-flow.potatodog.cc/llms.txt
> Use this file to discover all available pages before exploring further.

# Sources API

> Interface overview for source resources

Prefix: `/api/v1/sources`

## Purpose

Manage source creation, listing, updates, testing, and deletion.

## Main Endpoints

* `GET /api/v1/sources`
* `GET /api/v1/sources/categories`
* `GET /api/v1/sources/{source_id}`
* `POST /api/v1/sources`
* `POST /api/v1/sources/{source_id}/test`
* `PATCH /api/v1/sources/{source_id}`
* `DELETE /api/v1/sources/{source_id}`

## Common Scenarios

* List all sources for monitor selection
* Test a new source before using it
* Review category coverage
