Play with Template
Step1- Deploy a CVM with Template
Click the Deploy button in the top-right corner of the cloud homepage to access the deployment dashboard. Once there, you need to:
- Set your application name
-
Choose a template you want to get started or use your Docker compose file.
📍 For ElizaOS/Eliza, we recommend changing the image name to registry-cache.phala.systems/phalanetwork/eliza:v0.1.6-alpha.4 in the Compose file to use the cached image to save downloading time. Head to the tutorial to see how to play.
- Choose the compute resources. There are some preset plans available, or you can customize them for more flexibility.
- For the template
kennethreitz/httpbin
, we recommend choosing TEE Starter. -
For
elizaOS/eliza
, we recommend choosing at least TEE Pro.
- For the template
- Click the Deploy button to start the deployment process. You will need to wait for a while as the backend sets everything up.
-
After the deployment is complete, navigate through View Details → Network to see the endpoint information. You can use these endpoints to access the application if you have service serve on.
Or switch to Containers tab to view container logs. For example, if you have deployed Eliza, you can see logs in Eliza container like below:
[37m ◎ LOGS [37m Registering service: [0m [37m aws_s3 [0m 32m ["✓ Service aws_s3 registered successfully"] [0m [37m ["◎ Room b850bc30-45f8-0041-a00a-83df46d8555d created successfully."] [32m ["**✓ User Eliza created successfully**."] [0m [32m ["✓ Service browser initialized successfully"] [0m Initializing ImageDescriptionService
Step2 - Verify TEE Proof
-
Check the default RA Report
We provide a default Remote Attestation Report (also known as TEE proof), which is displayed in the Worker Dashboard. To view the entire report, click View Details → Attestation.
-
By clicking the Check Attestation button in the certificate chain section, you will be redirected to the quote explorer, where you can verify the quote. You can share this quote with anyone, as it serves as proof that your program is running inside a genuine TEE.
Next Steps
- Deploy an Eliza AI Agent in Minutes with the Eliza Template
- Create your own application by checking out Migrate Applications to TEE.