# Vidext — The autonomous learning system

## 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 module-scoped course content.

## How To Start

1. Read [llms.txt](https://app.vidext.com/llms.txt) for product context.
2. Discover the MCP server at [/.well-known/mcp](https://app.vidext.com/.well-known/mcp).
3. Read [/developers](https://app.vidext.com/developers) for auth and rate-limit guidance.
4. Authenticate with OAuth 2.1 + PKCE.
5. Select the narrowest tool: prefer dedicated read tools, use `consult_operator` for read-only reasoning, and use `ask_operator` for requested module work.
6. If already operating inside an authenticated Vidext browser page, use `vidext.ask_operator` for context-aware Operator turns and the browser WebMCP navigation/module tools for local UI actions.

## Important Constraints

- Access is scoped by organization membership and module permissions.
- Grounding and workflow actions are scoped by the operator to the authenticated organization and available tools.
- Long-running builds are asynchronous; poll with `get_operation` using its typed operation-id arguments.
- Staging is intended for validation; public production information lives at https://vidext.io.

## Machine-Readable Endpoints

- [llms.txt](https://app.vidext.com/llms.txt)
- [llms-full.txt](https://app.vidext.com/llms-full.txt)
- [developers](https://app.vidext.com/developers)
- [openapi.json](https://app.vidext.com/openapi.json)
- [server.json](https://app.vidext.com/server.json)
- [pricing.md](https://app.vidext.com/pricing.md)
- [index.md](https://app.vidext.com/index.md)
- [compare](https://app.vidext.com/compare)
- [alternatives](https://app.vidext.com/alternatives)
- [AI learning path generator for employee training](https://app.vidext.com/best-ai-learning-path-generator-for-employee-training)
- [card.json](https://app.vidext.com/card.json)
- [MCP endpoint](https://app.vidext.com/api/mcp/operator)
