# Vidext developers Vidext exposes a public discovery surface for AI clients that need to understand the product before authenticating into the staging environment. ## Start here - Read [llms.txt](https://staging.vidext.com/llms.txt) for the full product summary. - Read [developers](https://staging.vidext.com/developers) for integration guidance. - Discover the MCP server at [/.well-known/mcp](https://staging.vidext.com/.well-known/mcp). - Inspect the machine-readable contract at [/openapi.json](https://staging.vidext.com/openapi.json). ## Integration flow 1. Fetch discovery metadata from [/.well-known/mcp](https://staging.vidext.com/.well-known/mcp). 2. Follow OAuth metadata from [/.well-known/oauth-authorization-server](https://staging.vidext.com/.well-known/oauth-authorization-server). 3. Authenticate with OAuth 2.1 authorization-code + PKCE. 4. Connect to the shared MCP endpoint at `https://staging.vidext.com/api/mcp/studio`. ## Public assets for developers - [/developers](https://staging.vidext.com/developers) - [/openapi.json](https://staging.vidext.com/openapi.json) - [/server.json](https://staging.vidext.com/server.json) - [/.well-known/api-catalog](https://staging.vidext.com/.well-known/api-catalog) - [/api/llms.txt](https://staging.vidext.com/api/llms.txt)