docs/origin-trials.md
Origin Trials enable developers to use an experimental feature in production and provide essential feedback.
The AMP Origin Trial process is inspired by the Chromium Origin Trial process.
Traditionally, a feature in experimental mode can only be used in development and cannot be pushed to production. Origin Trials allow interested developers to opt-in to a test an experimental feature in production. Origin Trial users should be mindful of the following:
Include the following <meta> tag within the <head> tag on each page that uses the Origin Trial experiment:
<meta name="amp-experiment-token" content="{copy your token here}"> "amp-experiment-token" is the literal string, "amp-experiment-token". Not the token itself (which goes into the content attribute), or the name of the experiment.