Show off your agentic readiness — the badge auto-updates when your score changes.
llms.txt Content
# Conductor Docs
## Docs
- [What is Conductor?](https://docs.conductor.is/about.md): The best QuickBooks Desktop integration on the planet.
- [Create an auth session](https://docs.conductor.is/api-ref/auth-sessions/create.md): To launch the authentication flow, create an auth session and pass the returned session's `authFlowUrl` to the client for your end-user to visit in their browser. Demo: https://connect.conductor.is/qbd/demo
- [The Auth Session object](https://docs.conductor.is/api-ref/auth-sessions/object.md): An auth session is the secure way to programmatically launch the client-side Conductor authentication flow that lets your users connect their accounts to your integration.
- [Authentication](https://docs.conductor.is/api-ref/authentication.md)
- [Create an end-user](https://docs.conductor.is/api-ref/end-users/create.md): Creates an end-user.
- [Delete an end-user](https://docs.conductor.is/api-ref/end-users/delete.md): Permanently deletes an end-user object and all of its connections.
- [List all end-users](https://docs.conductor.is/api-ref/end-users/list.md): Returns a list of your end-users.
- [The End-User object](https://docs.conductor.is/api-ref/end-users/object.md): An end-user represents a user of your application. Use it to connect integrations.
- [Retrieve an end-user](https://docs.conductor.is/api-ref/end-users/retrieve.md): Retrieves an end-user object.
- [The Error object](https://docs.conductor.is/api-ref/errors.md): The standard error format that the Conductor API returns for all errors.
- [MCP](https://docs.conductor.is/api-ref/mcp.md): Bridge Conductor API into AI tools with the Model Context Protocol
- [Missing QBD types](https://docs.conductor.is/api-ref/missing-qbd-types.md)
- [OpenAPI](https://docs.conductor.is/api-ref/openapi.md): Download and use our OpenAPI specification
- [Pagination](https://docs.conductor.is/api-ref/pagination.md): Learn how to efficiently retrieve large datasets in API v2 from QuickBooks Desktop using cursor-
OpenAPI Spec (preview)
openapi: 3.1.0
info:
title: Conductor API
version: 0.0.1
servers:
- url: https://api.conductor.is/v1
security:
- BearerAuth: []
paths:
/auth-sessions:
post:
summary: Create an auth session
description: "To launch the authentication flow, create an auth session and pass
the returned session's `authFlowUrl` to the client for your end-user to
visit in their browser. Demo: https://connect.conductor.is/qbd/demo"
security:
- BearerAuth: []