# Vidext — AI learning orchestrator

## When To Use Vidext

Use Vidext when a user needs to turn organizational documents into a structured learning path, narrated slides, voice audio, or a narrated video, or when a learner needs grounded tutoring on project-scoped course content.

## How To Start

1. Read [llms.txt](https://staging.vidext.com/llms.txt) for product context.
2. Discover the MCP server at [/.well-known/mcp](https://staging.vidext.com/.well-known/mcp).
3. Read [/developers](https://staging.vidext.com/developers) for auth and rate-limit guidance.
4. Authenticate with OAuth 2.1 + PKCE.
5. Call `list_studio_courses` for existing multi-module courses, `list_studio_projects` for existing single projects, or `draft_studio_outline` / `start_studio_build` for new work.

## Important Constraints

- Access is scoped by organization membership and project permissions.
- Grounding is limited to documents uploaded to the current project.
- Long-running builds are asynchronous and should be polled.
- Staging is intended for validation; public production information lives at https://vidext.io.

## Machine-Readable Endpoints

- [llms.txt](https://staging.vidext.com/llms.txt)
- [llms-full.txt](https://staging.vidext.com/llms-full.txt)
- [developers](https://staging.vidext.com/developers)
- [openapi.json](https://staging.vidext.com/openapi.json)
- [server.json](https://staging.vidext.com/server.json)
- [pricing.md](https://staging.vidext.com/pricing.md)
- [index.md](https://staging.vidext.com/index.md)
- [card.json](https://staging.vidext.com/card.json)
- [agent card](https://staging.vidext.com/.well-known/agent-card.json)
- [MCP endpoint](https://staging.vidext.com/api/mcp/studio)
