Planned resources
| Resource | Description |
|---|---|
| Sources | API docs, specs, JSON files, Markdown, or websites added to API Context. |
| Scan status | Current ingestion state, failures, and coverage counts. |
| Endpoint records | Parsed methods, paths, parameters, schemas, examples, and metadata. |
| Generated Markdown | AI-readable endpoint evidence. |
| Retrieval chunks | Searchable source fragments used for grounded answers. |
| Credential metadata | Non-secret auth status for testing and verification. |
| Test summaries | Safe summaries of test results and coverage. |
Source categories
OpenAPI
Best for endpoint contracts, schemas, parameters, requests, responses, and auth metadata.
Markdown
Best for guides, examples, troubleshooting, and behavior explanations.
JSON
Best for structured endpoint or schema exports from internal tools.
Website
Best for published documentation that needs to be crawled or imported.
Common use cases
- Add or rescan documentation sources.
- Check whether ingestion succeeded.
- Review endpoint coverage from an internal dashboard.
- Detect stale or partial context.
- Trigger documentation workflows when scans fail.
- Compare support questions with missing source coverage.
