Pages API and MCP

Host a static site. Create a page, upload HTML, CSS, and JavaScript, then deploy. The public URL is the slug on vee3.site, for example docs.vee3.site.

Set a custom domain with pages.set_custom_domain. Buy a domain with domains.register. Use REST at api.vee3.io or MCP at mcp.vee3.io.

The free plan is 1,000 tokens a month, no credit card. Paid plans start at $5/month.

Endpoints

Create page

200 tokensView docs

Create a static website with a CDN URL.

POST /v1/pagesMCP pages.create

Deploy page

100 tokensView docs

Deploy previously uploaded files to a hosted static website.

POST /v1/pages/{page_id}/deployMCP pages.deploy

List pages

10 tokensView docs

List static websites hosted through this Vee3 account.

GET /v1/pagesMCP pages.list

Get page

5 tokensView docs

Retrieve details for one static website hosted through this Vee3 account.

GET /v1/pages/{page_id}MCP pages.get

Edit page

20 tokensView docs

Update the display name and public slug for a hosted static website.

PATCH /v1/pages/{page_id}MCP pages.edit

Set custom domain

50 tokensView docs

Attach a custom hostname on a managed Vee3 domain to a hosted static website.

POST /v1/pages/{page_id}/custom-domainMCP pages.set_custom_domain

Remove custom domain

5 tokensView docs

Detach the custom hostname from a hosted static website.

DELETE /v1/pages/{page_id}/custom-domainMCP pages.remove_custom_domain

Delete page

5 tokensView docs

Delete a static website hosted through this Vee3 account.

DELETE /v1/pages/{page_id}MCP pages.delete

Pricing plans

Starter

$5/mo

  • 10,000 tokens / month

~50 page creations

~100 page deploys

~1,000 page list requests

~2,000 page lookups

~500 page edits

~200 custom domain attachments

~2,000 custom domain removals

~2,000 page deletions

  • Easy MCP setup
  • 257+ capabilities
Get Starter

Pro

Popular

$20/mo

  • 50,000 tokens / month

~250 page creations

~500 page deploys

~5,000 page list requests

~10,000 page lookups

~2,500 page edits

~1,000 custom domain attachments

~10,000 custom domain removals

~10,000 page deletions

  • Easy MCP setup
  • 257+ capabilities
Get Pro

Scale

$100/mo

  • 400,000 tokens / month

~2,000 page creations

~4,000 page deploys

~40,000 page list requests

~80,000 page lookups

~20,000 page edits

~8,000 custom domain attachments

~80,000 custom domain removals

~80,000 page deletions

  • Easy MCP setup
  • 257+ capabilities
Get Scale

Prices shown exclude VAT. Applicable taxes are calculated at checkout.

Start for free

Free tier
  • 1,000 tokens every month
  • All capabilities included
  • API keys and usage dashboard
  • One-click MCP setup
  • No credit card required
  • Upgrade to a paid plan anytime
Create free account

Already have an account? Sign in