# Allotex > Allotex Inc. is an ophthalmic biologics and medical device company in Boston, Massachusetts, > founded by Drs. Michael Mrochen and David Muller. It develops tissue-addition therapies for > presbyopia, hyperopia and myopia. Its lead product, the TransForm corneal allograft, is a > 20-micron-thick, 2.75mm-diameter disc of acellular human donor cornea shaped by excimer laser > under OCT measurement, e-beam sterilised, shelf-stable for two years, and implanted beneath a > femtosecond-laser flap where it integrates with the patient's own cornea. Allotex runs no > developer program. This file was GENERATED by API Evangelist, not published by Allotex. Provenance: generated by the API Evangelist enrichment pipeline on 2026-08-06. Method: generated. Allotex serves no /llms.txt — https://us.allotex.com/llms.txt returned 404 and https://allotex.com/llms.txt returned 404 on 2026-08-06. ## What Allotex publishes for developers Nothing. There is no developer portal, no API documentation, no API reference, no getting-started guide, no SDK, no CLI, no sandbox, no changelog, no status page, no Postman collection, no GitHub organization (api.github.com/orgs/allotex → 404), and no support channel for developers. Do not look for one; the answer is a genuine, honest zero. ## The one machine-readable surface that does exist The WordPress REST API behind the corporate site. It is read-only for anyone outside the company, requires no credentials, and serves marketing content — not clinical, patient or device data. - [Route index](https://us.allotex.com/wp-json/): the site's own discovery document. 270 routes across 20 namespaces. - [Pages](https://us.allotex.com/wp-json/wp/v2/pages): 16 corporate pages with populated `content.rendered` — the company's own account of its science, device history, procedure, advisory board and the conditions it treats. This is the route worth reading. - [Media](https://us.allotex.com/wp-json/wp/v2/media): 218 items. - [Search](https://us.allotex.com/wp-json/wp/v2/search): cross-content search. - [oEmbed](https://us.allotex.com/wp-json/oembed/1.0/embed): oEmbed 1.0 provider endpoint. Posts is registered but EMPTY (`X-WP-Total: 0`). Allotex publishes news to LinkedIn, and its Press page says so. Do not build a news feed on `/wp/v2/posts`. The sibling host `allotex.com` runs the same WordPress multisite install as a one-page splash gate. Its posts collection returns six unmodified Elementor demo-theme articles ("18 Productivity Tips for Remote Working", "How to Do a SWOT Analysis") and 9,551 spam comments against them. None of it is Allotex material. Ignore that host. ## Access boundary Readable anonymously: pages, posts, media, categories, tags, users, comments, search, types, taxonomies, statuses, blocks, navigation, oembed, and the `/wp-json/mcp` namespace index. Permanently gated (401/403, and NOT retryable with credentials — Allotex operates no public signup): `/wp/v2/settings`, `/wp/v2/menu-items`, `/wp/v2/themes`, `/wp/v2/plugins`, `/wp/v2/block-patterns/patterns`, all of `/wp-abilities/v1/*`, `/mcp/mcp-adapter-default-server`, and `/contact-form-7/v1/contact-forms`. ## MCP The site registers a WordPress MCP Adapter default server. `/wp-json/mcp` returns 200 and advertises `/mcp/mcp-adapter-default-server`, but a JSON-RPC `tools/list` POST returns `401 rest_forbidden`. It is undocumented and unmarketed. API Evangelist does not claim an MCP or agent surface for Allotex on that basis. See `mcp/allotex-mcp.yml`. ## Agent card None. `/.well-known/agent-card.json` and `/.well-known/agent.json` both return 404 on both hosts. ## How to consume it correctly - Pagination: `?page=` + `?per_page=` (max 100). Read `X-WP-Total` / `X-WP-TotalPages`; a `Link` header carries `rel="next"`. Paging past the last page returns `400 rest_post_invalid_page_number`. - Sparse fields: `?_fields=id,slug,link,title`. Expansion: `?_embed`. - Errors are `{code, message, data.status}` on `application/json` — NOT RFC 9457 problem+json. - No rate-limit headers are returned. Cloudflare and Kinsta front the origin, so assume an undocumented edge throttle and poll conservatively. - Change detection: `?orderby=modified&order=desc&per_page=1`. There is no changelog and no status page. - Slugs do not match titles on this site. "Our Team" is at `/about-us/leadership/`, "Medical Advisory Board" at `/about-us/clinical-leaders/`, "Conditions We Treat" at `/about-us/founders/`, "Careers" at `/about-us/our-team/`, "History" at `/tissue-processing/eu-footer/`. Key on `id` or `title`, never on `slug`. ## Company pages - [Home](https://us.allotex.com/) - [About Us](https://us.allotex.com/for-europe/about-us/) - [Science](https://us.allotex.com/for-europe/tissue-processing/) - [History of the procedure](https://us.allotex.com/for-europe/tissue-processing/eu-footer/) - [Conditions We Treat](https://us.allotex.com/for-europe/about-us/founders/) - [Procedure](https://us.allotex.com/procedure/) - [For Refractive Surgeons](https://us.allotex.com/for-europe/tissue-processing/refractive-surgeons/) - [Medical Advisory Board](https://us.allotex.com/for-europe/about-us/clinical-leaders/) - [Leadership](https://us.allotex.com/for-europe/about-us/leadership/) - [Careers](https://us.allotex.com/for-europe/about-us/our-team/) - [Press](https://us.allotex.com/for-europe/news-feed/) - [Contact](https://us.allotex.com/for-europe/contact/) - [Privacy Policy](https://us.allotex.com/privacy-policy/) ## API Evangelist artifacts in this repo - [OpenAPI 3.1 (derived)](openapi/allotex-content-openapi.yml) — 25 verified operations - [Overlay](overlays/allotex-content-overlay.yaml) - [Authentication](authentication/allotex-authentication.yml) - [Conventions](conventions/allotex-conventions.yml) - [Error catalog](errors/allotex-problem-types.yml) - [Data model](data-model/allotex-data-model.yml) - [Lifecycle](lifecycle/allotex-lifecycle.yml) - [Conformance](conformance/allotex-conformance.yml) - [Well-known probe results](well-known/allotex-well-known.yml) - [Domain security](security/allotex-domain-security.yml) - [MCP finding](mcp/allotex-mcp.yml) - [JSON-LD](json-ld/allotex-json-ld.yml) - [Agent skills](skills/_index.yml) ## Caveats This is a third-party profile. API Evangelist does not operate, host, resell or support anything described here, and is not affiliated with Allotex. Nothing above was obtained with credentials. Clinical and regulatory statements on Allotex's site are the company's own claims; nothing here is medical advice, and this API carries no patient or device data.