# Traseq Docs > Workflow-first product and API documentation for Traseq users, developers, and AI agents. ## Docs - [Copy a system strategy template into the workspace](https://docs.traseq.com/api-reference/agent-api/copy-a-system-strategy-template-into-the-workspace.md): Creates a draft strategy from a system template. Finalize the version before running backtests. - [Create a strategy draft](https://docs.traseq.com/api-reference/agent-api/create-a-strategy-draft.md): Creates a strategy with draft version `v1`. Use the finalize endpoint before running backtests. - [Finalize a strategy version](https://docs.traseq.com/api-reference/agent-api/finalize-a-strategy-version.md): Turns a draft version into a ready version. If `version` is omitted, a new ready version is created directly. - [Get a system strategy template](https://docs.traseq.com/api-reference/agent-api/get-a-system-strategy-template.md) - [Get agent API manifest](https://docs.traseq.com/api-reference/agent-api/get-agent-api-manifest.md): Returns the high-level contract, auth mode, docs URLs, and suggested workflow endpoints for AI agents. - [Get backtest detail, status, and result](https://docs.traseq.com/api-reference/agent-api/get-backtest-detail-status-and-result.md): When the backtest succeeds, the result payload includes summary metrics and artifact URLs if available. - [Get strategy detail with versions](https://docs.traseq.com/api-reference/agent-api/get-strategy-detail-with-versions.md) - [Get workspace context for the current API key](https://docs.traseq.com/api-reference/agent-api/get-workspace-context-for-the-current-api-key.md): Returns workspace metadata, key scopes, and subscription context so agents can adapt behavior before making write calls. - [List backtests in the current workspace](https://docs.traseq.com/api-reference/agent-api/list-backtests-in-the-current-workspace.md) - [List strategies in the current workspace](https://docs.traseq.com/api-reference/agent-api/list-strategies-in-the-current-workspace.md) - [List system strategy templates](https://docs.traseq.com/api-reference/agent-api/list-system-strategy-templates.md) - [Public API health check](https://docs.traseq.com/api-reference/agent-api/public-api-health-check.md) - [Queue a backtest run](https://docs.traseq.com/api-reference/agent-api/queue-a-backtest-run.md): Creates a queued backtest job for a ready strategy version. Poll the backtest detail endpoint for status and results. - [Validate a strategy payload before create/finalize](https://docs.traseq.com/api-reference/agent-api/validate-a-strategy-payload-before-createfinalize.md): Runs finalize-grade validation, including token semantics, conflicts, settings, and subscription-tier condition limits. - [API Keys](https://docs.traseq.com/api-reference/api-keys.md): Create, manage, and use API keys to connect external tools and AI agents to your Traseq workspace. - [Create a workspace API key](https://docs.traseq.com/api-reference/api-keys/create-a-workspace-api-key.md): Creates a new workspace-scoped API key for public agent API access. - [List workspace API keys](https://docs.traseq.com/api-reference/api-keys/list-workspace-api-keys.md): Returns metadata only. Plaintext keys are shown once when created. - [Revoke a workspace API key](https://docs.traseq.com/api-reference/api-keys/revoke-a-workspace-api-key.md) - [Authentication](https://docs.traseq.com/api-reference/authentication.md): How to authenticate with the Traseq Management API and Public Agent API. - [API Overview](https://docs.traseq.com/api-reference/overview.md): Introduction to the Traseq Management API and Public Agent API. - [2026-04-04: Research-first advanced settings and execution defaults](https://docs.traseq.com/changelog/2026-04-04-execution-research-controls.md): Guided execution presets, simplified slippage controls, and workspace-level backtest defaults. - [Changelog](https://docs.traseq.com/changelog/overview.md): Product and API updates for Traseq. - [Core Concepts](https://docs.traseq.com/guides/core-concepts.md): The key ideas behind strategies, backtests, and workspaces in Traseq. - [Interface Overview](https://docs.traseq.com/guides/interface-overview.md): A guided tour of the Traseq interface — navigation, editor, and analysis screens. - [Quickstart](https://docs.traseq.com/guides/quickstart.md): Create your first strategy and run your first backtest in about five minutes. - [Comparing Multiple Backtests](https://docs.traseq.com/guides/tutorials/compare-backtests.md): Use comparison sets to analyze multiple backtest results side by side. - [Run Your First Backtest](https://docs.traseq.com/guides/tutorials/first-backtest.md): Configure the QuickRun panel and launch a backtest for a finalized strategy. - [Build Your First Strategy](https://docs.traseq.com/guides/tutorials/first-strategy.md): Create a trading strategy from scratch in the Traseq canvas editor. - [Reading Backtest Results](https://docs.traseq.com/guides/tutorials/read-backtest-results.md): Understand the Summary, Rules, Trades, Analytics, and Charts tabs on the results page. - [Getting Started with System Templates](https://docs.traseq.com/guides/tutorials/system-templates.md): Start from pre-built Traseq templates and adapt them into your own strategies. - [Create and Switch Workspaces](https://docs.traseq.com/guides/workspace/create-and-switch.md): How to create a new workspace and switch between workspaces. - [Invitations](https://docs.traseq.com/guides/workspace/invitations.md): Invite collaborators to your Traseq workspace and manage invitation status. - [Workspace Overview](https://docs.traseq.com/guides/workspace/overview.md): How Traseq workspaces organize your strategies, team, and billing. - [Member Roles and Permissions](https://docs.traseq.com/guides/workspace/roles-permissions.md): Understand workspace roles, what each role can do, and how seats work. - [Workspace Settings](https://docs.traseq.com/guides/workspace/settings.md): Configure your workspace profile and set default backtest parameters. - [Traseq Docs](https://docs.traseq.com/index.md): Learn how to build, backtest, and refine trading strategies with Traseq. - [Research & Backtest Risk Disclosure](https://docs.traseq.com/legal/disclaimer.md): Important disclosures about the limitations of backtests, simulations, and research outputs in Traseq. - [Privacy Policy](https://docs.traseq.com/legal/privacy-policy.md): Shared privacy policy for Traseq marketing experiences, product applications, workspaces, billing flows, APIs, and AI-assisted workflows. - [Refund Policy](https://docs.traseq.com/legal/refund-policy.md): Buyer-facing cancellation, renewal, refund, and billing support terms for Traseq subscriptions and research credit purchases. - [Terms of Service](https://docs.traseq.com/legal/terms-of-service.md): Terms governing access to Traseq accounts, workspaces, subscriptions, API keys, and research tools. - [FAQ](https://docs.traseq.com/reference/faq.md): Answers to frequently asked questions about Traseq. ## OpenAPI Specs - [traseq-public-agent](https://docs.traseq.com/openapi/traseq-public-agent.json) - [openapi](https://docs.traseq.com/api-reference/openapi.json)