📦

Export Your Profile

Take true ownership of your Agentic Identity

Why Export?

HeadlessProfile.com acts as a powerful gateway to view Handshake profiles dynamically via TXT records. But to achieve true decentralization, you should host your profile natively on your own domain.

By exporting your profile, you download a static, standalone version of your website (HTML/CSS) that you can upload to any Web2 or Web3 host. Once linked to your domain, you no longer rely on our gateway!

How to Export & Host

1 Download Your Source Code

Go to the homepage and search for your `.agent` or Handshake domain. Scroll to the bottom of your rendered profile and click the Export to IPFS ↗ button. Choose Download Source (.html) and save the single HTML file to your computer.

2A Host on Web3 (IPFS) Recommended

For an uncensorable website, host it on the InterPlanetary File System (IPFS).

  1. Create an account on a pinning service like Fleek or Pinata.
  2. Upload your downloaded HTML file.
  3. Copy the resulting IPFS CID (Content Identifier).
  4. Go to your domain manager (e.g., HeadlessDomains) and add a TXT record: ipfs:<YOUR_CID>

2B Host on Web2 (Traditional Hosting)

You can also host your exported profile on traditional servers like cPanel, AWS, or Netlify.

  1. Log into your hosting provider's File Manager or FTP client (e.g., FileZilla).
  2. Upload the downloaded .html file and rename it to index.html in your server's public_html or root directory.
  3. Update your domain's A-Records to point to your traditional web server's IP address.
Go back and Export