# Threadify Documentation ## Docs - [Contract Queries](https://docs.threadify.dev/api-reference/contract-queries.md): Query contract structure, validation rules, and graph topology - [Integrity Verification](https://docs.threadify.dev/api-reference/integrity-verification.md): Verify cryptographic hash chain integrity for threads and steps - [GraphQL API Overview](https://docs.threadify.dev/api-reference/overview.md): Query thread execution data, validation results, and contract structures - [Step Queries](https://docs.threadify.dev/api-reference/step-queries.md): Query step execution history, sub-steps, and performance data - [Thread Queries](https://docs.threadify.dev/api-reference/thread-queries.md): Query thread execution data with flexible filtering and pagination - [Validation Queries](https://docs.threadify.dev/api-reference/validation-queries.md): Query contract validation results and violation details - [Connecting](https://docs.threadify.dev/core-concepts/connecting.md): Connect to Threadify Engine and start tracking workflows - [Creating a Contract](https://docs.threadify.dev/core-concepts/creating-contracts.md): Define business rules and validation logic for your workflows - [Getting Threads](https://docs.threadify.dev/core-concepts/data-retrieval/getting-threads.md): Retrieve and query thread data - [Querying Steps](https://docs.threadify.dev/core-concepts/data-retrieval/querying-steps.md): Get step data and history - [Validation Results](https://docs.threadify.dev/core-concepts/data-retrieval/validation-results.md): Query contract violations - [Closing Threads](https://docs.threadify.dev/core-concepts/ending-threads.md): Complete or cancel threads manually for non-contract workflows - [External References](https://docs.threadify.dev/core-concepts/external-references.md): Link your workflows to external systems like Stripe, Shopify, and more - [Capturing Failures](https://docs.threadify.dev/core-concepts/handling-failures.md): Properly record caught business logic/app failures in your workflows - [Idempotency](https://docs.threadify.dev/core-concepts/idempotency.md): Ensuring consistent step recordings in Threadify - [Go](https://docs.threadify.dev/core-concepts/installation/go.md): Install the Threadify SDK for Go projects - [JavaScript](https://docs.threadify.dev/core-concepts/installation/javascript.md): Install the Threadify SDK for JavaScript/TypeScript projects - [MCP Integration](https://docs.threadify.dev/core-concepts/mcp-integration.md): Connect AI assistants directly to your Threadify execution graphs. - [Handling Notifications](https://docs.threadify.dev/core-concepts/notifications/handling.md): Acknowledge and handle notification errors - [Subscribing to Events](https://docs.threadify.dev/core-concepts/notifications/subscribing.md): Subscribe to workflow events and validation alerts - [Unsubscribing](https://docs.threadify.dev/core-concepts/notifications/unsubscribing.md): Stop receiving notifications for specific events - [Sub-steps](https://docs.threadify.dev/core-concepts/sub-steps.md): These are used for tracking smaller unit of work in a business process eg conditional logics, sub-functional logic, etc. - [Inviting Parties](https://docs.threadify.dev/core-concepts/thread-collaboration/inviting-parties.md): Invite external parties to collaborate on threads - [Joining Threads](https://docs.threadify.dev/core-concepts/thread-collaboration/joining-threads.md): Join threads using invitations or direct access - [Capturing Workflows](https://docs.threadify.dev/core-concepts/tracking-workflows.md): Capture business workflows as threads (execution graphs) - [Working with Contracts](https://docs.threadify.dev/core-concepts/working-with-contracts.md): Define contracts that ensure workflows follow the right process - [Introduction](https://docs.threadify.dev/introduction.md): Service delivery intelligence for how your business delivers - [OpenTelemetry Integration](https://docs.threadify.dev/opentelemetry.md): Automatically generate business execution graphs from your existing OpenTelemetry traces. - [Quick Start](https://docs.threadify.dev/quickstart.md): Get Threadify running in 5 minutes - [Access Levels](https://docs.threadify.dev/things-to-know/access-levels.md): Controlling who can view and interact with threads - [Hash Chain](https://docs.threadify.dev/things-to-know/hash-chain.md): Cryptographically verified ordering and integrity for threads - [Core Concepts](https://docs.threadify.dev/things-to-know/overview.md): Essential concepts for understanding Threadify's execution tracking system ## OpenAPI Specs - [openapi](https://docs.threadify.dev/api-reference/openapi.json)