Explore Tradeics APIs in the leading HTTP clients — Postman, Insomnia, Bruno, Hoppscotch, and HTTPie — or import OpenAPI into codegen tools.
REST API V2
| Artifact | Best for |
|---|---|
| Postman collection | Postman, HTTPie Desktop |
| OpenAPI 3.1 | Insomnia, Bruno, Hoppscotch, SDKs |
After import, set tradeics_api_key (bearer). Base URL defaults to https://api.tradeics.example/v2.
LLM API
| Artifact | Best for |
|---|---|
| Postman collection | Chat, models, embeddings |
| Live OpenAPI | Full proxy catalog for any OpenAPI client |
Set tradeics_llm_api_key and model_id (from List models) before chat completions.
For coding agents
Paste a ready prompt into Cursor, Claude, ChatGPT, or any agent — or fetch the machine-readable docs corpus.
Coding agents
| Artifact | Best for |
|---|---|
/llms.txt |
Curated index for agents (llms.txt spec) |
/llms-full.txt |
Entire guides + references in one file |
/llm.txt |
Alias of llms.txt |
Which client?
| Client | Strength |
|---|---|
| Postman | Collaboration, collection runner, environments |
| Insomnia | Clean design / GraphQL-friendly debugging |
| Bruno | Git-native collections beside your repo |
| Hoppscotch | Fast browser-based testing |
| HTTPie | Readable CLI + desktop import |
| Tradeics CLI | Official tradeics binary for terminal + CI (guide) |
| OpenAPI | Spec source of truth for codegen and any importer |
Import tips
- Postman / HTTPie — Import the
.postmancollection file. - Insomnia / Bruno / Hoppscotch — Import From File / URL using the OpenAPI JSON.
- Map
Authorization: Bearerfrom collection or environment variables. - Never commit API keys.