# Deltalytix > Deltalytix is an open-source trading journal and analytics platform for futures and prop-firm traders. Traders connect a broker or import a file, and Deltalytix turns raw fills into dashboards, a performance calendar, per-trade reviews, journaling, and AI-assisted analysis. Deltalytix is self-hostable and licensed CC-BY-NC-4.0. Public pages are open to agents; `/dashboard`, `/authentication` and `/api` require an authenticated session or an OAuth access token with the scopes below. ## Product - [Home](https://www.deltalytix.app/): Product overview, features, pricing, and FAQ. Request with `Accept: text/markdown` for a markdown summary. - [Pricing](https://www.deltalytix.app/pricing): Plan comparison and billing terms. - [About](https://www.deltalytix.app/about): What Deltalytix is and who builds it. - [Prop firms](https://www.deltalytix.app/propfirms): Catalogue of supported prop firms and funded-account programs. - [Teams](https://www.deltalytix.app/teams): Shared dashboards and performance reviews for trading teams. - [Changelog](https://www.deltalytix.app/updates): Release notes for every shipped change. - [Support](https://www.deltalytix.app/support): Documentation search and contact. ## For agents and developers - [Sitemap](https://www.deltalytix.app/sitemap.xml) — Every public page, with last-modified dates. - [llms.txt](https://www.deltalytix.app/llms.txt) — Plain-text index of the site written for language models. - [API documentation](https://www.deltalytix.app/docs/api) — Human-readable API and agent-integration documentation. - [OpenAPI description](https://www.deltalytix.app/openapi.json) — OpenAPI 3.1 document, including security schemes and scopes. - [API catalog](https://www.deltalytix.app/.well-known/api-catalog) — RFC 9727 linkset pointing at the API description and status endpoint. - [Agent skills index](https://www.deltalytix.app/.well-known/agent-skills/index.json) — Published agent skills with content digests. - [MCP server card](https://www.deltalytix.app/.well-known/mcp/server-card.json) — Model Context Protocol server card for browser-exposed tools. - [OAuth protected resource metadata](https://www.deltalytix.app/.well-known/oauth-protected-resource) — RFC 9728 metadata listing the authorization server and supported scopes. - [OpenID Connect discovery](https://www.deltalytix.app/.well-known/openid-configuration) — Authorization, token, and JWKS endpoints plus supported scopes. ## Authentication and scopes Deltalytix uses OAuth 2.0. Request the narrowest scope set that covers the task: - `openid`: Authenticate the end user and issue an ID token. - `profile`: Read the signed-in user's display name and locale. - `email`: Read the signed-in user's email address. - `trades:read`: Read imported trades, fills, and account history. - `trades:write`: Import, update, or delete trades on the user's accounts. - `journal:read`: Read journal entries, notes, tags, and mindset records. - `journal:write`: Create or update journal entries, notes, tags, and mindset records. - `analytics:read`: Read computed dashboards, statistics, and performance analytics. ## Legal - [Terms of service](https://www.deltalytix.app/terms): Terms governing use of Deltalytix. - [Privacy policy](https://www.deltalytix.app/privacy): What data Deltalytix stores and why. - [Disclaimers](https://www.deltalytix.app/disclaimers): Trading risk disclosures.