| title | Deploying Custom Providers |
|---|---|
| description | Learn how to deploy and manage versions of your custom providers. |
Deploy your custom provider code and manage different versions over time. Metorial automatically builds and deploys your code when you upload it.
Upload your provider code through the dashboard.  Metorial builds your provider and installs dependencies automatically. The build process validates your code and reports any errors. Your provider deploys and becomes available for use.Each deployment creates a new version with a unique version number. View all versions in the dashboard, including deployment timestamps and the code changes in each version. You can switch between versions at any time.
**Version History:** - Every deployment is preserved - View timestamps and changes - Switch between versions instantlyRevert to any previous version if you encounter issues with a new deployment. Select the version you want to restore and click Deploy. Rolling back is instant and doesn't require rebuilding your code.
Create your first custom provider.