5. Creating your own provider
Open Beta
During the open beta, access to deploy custom providers requires a few extra steps from our team.
If you are interested in this, please feel free to reach out on Discord or via support@cosmonic.com with a brief description of your use case.
The wasmCloud documentation provides a good breakdown of what steps you should take to build your own providers. Typically, creating a new provider involves:
- Creating a new interface, if it does not already exist
- Creating a provider implementation of the interface
- Publishing a provider archive
- Invoking the new capability provider from an actor
- Testing the new capability provider locally on a wasmCloud Host
- Deploying your provider to Cosmonic [^1]
[^1] This step requires access from our team during open beta. See above.