Building an AI agent? Start with /llms.txt for the full site index.
SDKs
A clear line between what is available today and what is not yet GA, so an integration is not built on the wrong assumption.
The main entry point today is the public API gateway, authenticated with X-API-Key. The MCP server is live at https://mcp.twmarketdata.com/mcp. The SDKs remain preview, and the agent material is examples rather than a supported library.
| Component | Status | Intended Use | Not Yet |
|---|---|---|---|
| Public API Gateway | Beta / Live | Direct API calls with X-API-Key | Rate limits GA |
| Python SDK | Preview | Local/dev usage | PyPI publish, tests |
| JavaScript SDK | Preview | Local/dev usage | npm publish, dual build |
| MCP Server | Beta / Live | Hosted MCP over streamable HTTP | stdio transport |
| AI Tool Manifest | Preview | Tool calling registry seed | Official agent runtime |
| Agent Examples | Example | Workflow demo | Investment advice / trading |
The Python SDK is not published to PyPI and the JavaScript SDK is not published to npm.
For a production integration, build against the public API gateway documentation first.