Connectors API
Base path /api/connectors — JWT required. Manage dynamic connectors — UKS scrape targets generated by Claude from an API description. (The 18 built-in connectors are documented under Platform → Connectors.)
Endpoints
| Method | Path | Purpose |
|---|---|---|
| POST | /api/connectors/generate | Claude analyzes an API and generates a UKS scrape_target |
| GET | /api/connectors | List your dynamic connectors |
| GET | /api/connectors/:id | Get one connector |
| PATCH | /api/connectors/:id | Toggle active / rename |
| DELETE | /api/connectors/:id | Delete |
Generate
POST /generate takes an API description and returns a valid UKS Layer-B scrape target (URL template, method, auth references, pagination). Auth is referenced via environment variables — never literal secrets (see Scrape Targets).
→ Related: Built-in connectors · Scrape Targets · Ingest