Docs

Machine-readable AI reference

Stable public URLs for AI context, documentation discovery, API schemas, capabilities, and code-level integration.

Files to give your AI

URLFormatPurpose
https://docs.torq.finance/ai/torq-context.jsonJSONCompact operation, workflow, source, release, and safety index
https://docs.torq.finance/ai/torq-agent-system-prompt.txtTextSafe default instructions for a Torq-aware assistant
https://docs.torq.finance/developers.llms.txtTextDeveloper documentation map
https://docs.torq.finance/llms.txtTextComplete public documentation map
https://docs.torq.finance/openapi/torq-v1.openapi.jsonOpenAPI JSONExact API methods, auth, request, and response schemas
https://docs.torq.finance/developer-platform/capabilities.jsonJSONAvailability and access class

These files are public and contain no credentials. Fetch them from docs.torq.finance; do not copy old versions into a prompt indefinitely.

Human references

What is not promised

Torq does not currently document a public Torq MCP server, a public autonomous transaction service, or a model that can hold signing authority. Use standard HTTP retrieval and your AI provider's tool interface, with Torq SDK and API calls behind your own allowlisted tools.

Give the AI narrow tools for:

  1. canonical resource reads;
  2. wallet-scoped reads after session confirmation;
  3. one typed workflow preparation method;
  4. workflow and transaction status reads.

Keep key management, raw RPC, arbitrary HTTP, arbitrary contract calls, and signing outside the model toolset.

On this page