Integration · Content and websites
Meteor Pages and Meteor AI agents
Your Met builds web pages and dashboards inside Meteor with their own HTML, CSS and JavaScript. Nothing to connect and nowhere else to go.
How does Meteor Pages connect to Meteor?
Meteor lets a Met create and maintain pages inside your own workspace, with their HTML, CSS and JavaScript kept separate. Use it for metric dashboards, landing pages and embedded views built from your operating data. That is 5 tools, and they need no credentials, because the pages live in Meteor.
What it automates
What a Meteor Met does with Meteor Pages
A dashboard that builds itself
You ask your Met for a dashboard with the numbers that matter and it builds it as a page, with the styles in the CSS and the charts in the JavaScript.
Iterate without starting over
Before editing, your Met reads the whole page and updates only what changes. It does not rewrite what already worked.
An embedded view for the team
When someone needs to see something that no screen shows, the page gets built in minutes instead of joining the development queue.
Clean up what stopped being useful
Pages are listed without their content, so it is quick to see what went stale, and deleting requires explicit confirmation.
5 tools
Everything your Met can ask Meteor Pages for
Each one is a real action in the connector. You can switch off the ones you would rather it never used.
| Tool | What it does |
|---|---|
pages_list | Lists the pages in the workspace without pulling their content, so you can see what exists. |
pages_get | Returns a full page with its HTML, CSS and JavaScript, before you edit it. |
pages_create | Creates a new page, keeping structure, styles and behavior apart. |
pages_update | Updates only the fields you pass. The rest stay as they were. |
pages_delete | Deletes a page. Destructive, and it requires explicit confirmation. |
The limits
What the Meteor Pages integration does NOT do
We would rather say it here than have you find out during rollout.
-
It does not publish a public website on your own domain. These pages live inside Meteor. For an external site, use the WordPress and Webflow integrations.
-
It does not replace brand design and it does not apply a design system on its own.
-
It does not connect external databases. It works with what the platform itself exposes.
-
It does not version changes. An update overwrites the previous content of that page.
Before you start
What you need to connect Meteor Pages
- 1
Nothing. There are no credentials to enter
Pages are native to Meteor and live in your workspace. You just give your Met the tool.
Frequently asked questions
Questions about Meteor Pages and Meteor
No. They live inside Meteor, built for dashboards and internal views. If you need a public page on your own domain, the WordPress and Webflow integrations publish to your site.
Yes. The page JavaScript accepts libraries over CDN, so a dashboard with charts gets built with the styles in the CSS and the logic in the JavaScript, not with inline styling.
An update overwrites the previous content and there is no history, so it pays to ask it to read the page before editing. Deleting does require explicit confirmation.
Not to ask for the page, yes to review it properly. Your Met writes the HTML, the CSS and the JavaScript, and you describe what you need to see.
Content and websites
Other integrations in the same family
Want to see a Met running Meteor Pages?
We will show you with your own account connected, not with a canned demo.