# TianshuLLM Developer Resources

Developer resources for `tsllm.wentsen.com`, also known as TianshuLLM.

## Start Here

- [LLM instructions](https://tsllm.wentsen.com/llms.txt)
- [OpenAPI](https://tsllm.wentsen.com/openapi.json)
- [Authentication](https://tsllm.wentsen.com/auth.md)
- [API reference](https://tsllm.wentsen.com/api.md)
- [Free sandbox](https://tsllm.wentsen.com/sandbox)
- [MCP manifest](https://tsllm.wentsen.com/.well-known/mcp/manifest.json)
- [MCP Apps public discovery view](https://tsllm.wentsen.com/mcp-apps/public-discovery.html)
- [Agent ask endpoint](https://tsllm.wentsen.com/ask)

## Common Agent Tasks

- Test no-key mock calls through `/sandbox/v1/*`.
- Discover public docs through `/.well-known/mcp`.
- Use authenticated relay API keys for real provider calls.
- Inspect model and tool catalogs through `/api/models/display` and `/api/tools/display`.
