Install the SDK, paste your key, and reach Mets, CRM, integrations and more — through a typed API or from any agentic tool over MCP.
The whole system as a platform: Mets and Runs, CRM, MCP integrations, data, tasks, webhooks and billing. Every domain behind its own scope.
runs coreRun your workspace's Met from the API — synchronously or as an SSE stream. It routes to the right specialist and debits Energy per run, tagged execution_type=api.
// run a Met and read the result const run = await met.runs.create({ input: 'Summarize the leads from today', }) console.log(run.output) // …or event by event, live for await (const ev of met.runs.stream({ input })) console.log(ev.type)
agentsCreate and configure Mets: mission, instructions and skills, all from code.
integrationsEnable MCP connectors and run their tools. Write-only credentials, curated errors.
contactsA full CRM: contacts, WhatsApp messages, notes and tags.
tasksDefine repeatable agentic tasks and fire them on demand, with tracking.
itemsStructured data: collections and records with search and pagination.
webhooksInbound endpoints that fire tasks or events, signed with HMAC.
billingPlan, Energy usage and invoices — read-only, to watch your quota.
Every request from your workspace, searchable by request_id: error bodies, p95 latency and quota alerts. Under Settings → Developers.
Live run events — run.started, run.step, run.output — curated and versioned.
No infrastructure. Install the SDK, paste your key, run a Met.
No runtime dependencies, Node ≥ 20, ESM.
npm install @meteor.ia/sdk
Under Settings → Developers in your Meteor dashboard. It starts with met_.
export MET_API_KEY=met_live_…
Synchronously, or streamed event by event.
for await (const ev of
met.runs.stream({ input }))
console.log(ev.type)
We'll give you a read-only key against a demo workspace with sample data. It lasts 24 hours and needs no sign-up.
Step by step: Authentication → Run Mets.
The Developer Plan has no fixed cost: you pay for the Energy your runs consume, the same way the chat does.
met_test_) at no costMeteor partners get their own partner:* surface to operate their clients' workspaces with attribution.
| Plan | Price |
|---|---|
| Developerstart here Programmatic access to the API |
Free |
| Estudio Freelancers and small businesses |
$99 / mo |
| Oficina Growing teams |
$299 / mo |
| Edificio Full operation at higher volume |
$500 / mo |
| Ciudadela Heavy automation demand |
$1,000 / mo |
| Campus Corporations at scale |
$3,000 / mo |
Energy is cheaper on a paid plan. The Developer Plan bills Energy at the premium rate — right for getting started and for low volume. On a paid plan every run costs less: on Estudio, for example, Energy costs 2–3× less than on the free plan. At high volume the monthly fee pays for itself.