Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

Commit f730192

Browse files
greynewellclaude
andcommitted
chore: archive repo — spec now live at api.supermodeltools.com/openapi.json
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 51eae94 commit f730192

1 file changed

Lines changed: 5 additions & 44 deletions

File tree

README.md

Lines changed: 5 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,7 @@
11
# Supermodel OpenAPI Specification
22

3-
[![npm](https://img.shields.io/npm/v/@supermodeltools/openapi-spec)](https://www.npmjs.com/package/@supermodeltools/openapi-spec)
4-
[![OpenAPI](https://img.shields.io/badge/OpenAPI-3.0-green)](https://spec.openapis.org/oas/v3.0.0)
5-
[![Validate OpenAPI](https://github.com/supermodeltools/openapi-spec/actions/workflows/validate.yml/badge.svg)](https://github.com/supermodeltools/openapi-spec/actions/workflows/validate.yml)
6-
7-
OpenAPI 3.0 specification for the [Supermodel API](https://docs.supermodeltools.com) - code graphing and static analysis.
8-
9-
---
10-
11-
## ⭐ Star the Supermodel Ecosystem
12-
13-
If this is useful, please star our tools — it helps us grow:
14-
15-
[![mcp](https://img.shields.io/github/stars/supermodeltools/mcp?style=social)](https://github.com/supermodeltools/mcp) &nbsp;[![mcpbr](https://img.shields.io/github/stars/supermodeltools/mcpbr?style=social)](https://github.com/supermodeltools/mcpbr) &nbsp;[![typescript-sdk](https://img.shields.io/github/stars/supermodeltools/typescript-sdk?style=social)](https://github.com/supermodeltools/typescript-sdk) &nbsp;[![arch-docs](https://img.shields.io/github/stars/supermodeltools/arch-docs?style=social)](https://github.com/supermodeltools/arch-docs) &nbsp;[![dead-code-hunter](https://img.shields.io/github/stars/supermodeltools/dead-code-hunter?style=social)](https://github.com/supermodeltools/dead-code-hunter) &nbsp;[![Uncompact](https://img.shields.io/github/stars/supermodeltools/Uncompact?style=social)](https://github.com/supermodeltools/Uncompact) &nbsp;[![narsil-mcp](https://img.shields.io/github/stars/supermodeltools/narsil-mcp?style=social)](https://github.com/supermodeltools/narsil-mcp)
16-
17-
---
18-
19-
## Install
20-
21-
```bash
22-
npm install @supermodeltools/openapi-spec
23-
```
24-
25-
The spec is available at `node_modules/@supermodeltools/openapi-spec/openapi.yaml`.
26-
27-
## Endpoints
28-
29-
| Method | Path | Description |
30-
|--------|------|-------------|
31-
| POST | `/v1/graphs/dependency` | File-level dependency graph |
32-
| POST | `/v1/graphs/call` | Function-level call graph |
33-
| POST | `/v1/graphs/domain` | Domain model classification |
34-
| POST | `/v1/graphs/parse` | AST parse tree relationships |
35-
| POST | `/v1/graphs/supermodel` | Full Supermodel IR bundle |
36-
37-
All endpoints accept a zipped repository snapshot and return graph data as JSON.
38-
39-
## Authentication
40-
41-
Requests require an API key via `X-Api-Key` header. Get your key from the [Supermodel Dashboard](https://dashboard.supermodeltools.com).
42-
43-
## Links
44-
45-
- [API Documentation](https://docs.supermodeltools.com)
46-
- [API Terms of Service](https://supermodeltools.com/legal/api-terms)
3+
> **This repository is archived.**
4+
>
5+
> The live spec is served directly from the API:
6+
>
7+
> https://api.supermodeltools.com/openapi.yaml

0 commit comments

Comments
 (0)