Amistio
Start building

For developers

Wire your own systems into your agents

Everything on this page is live in the product today: start agents from webhooks and managed event triggers, call any API from inside an agent, import your own connector manifest for review, and package reusable behavior as Skills.

Building happens in a desktop web browser. On a phone you can read this page and follow its links - editing an agent needs a desktop browser.

Start agents from your systems

Activate an agent with a webhook start and it mints a unique URL, shown exactly once. The URL's unguessable token is the whole credential - treat it like a password, and re-activate the agent to rotate it. Anything that can POST JSON to that URL can start the agent.

Managed event triggers are live for Telegram messages, GitHub issues opened, GitHub pull requests opened, and new RSS items. Amistio registers the Telegram and GitHub webhooks for you and verifies deliveries before they run - unrecognized or unverified calls get a plain not-found answer.

Read the webhook setup guide

Call any API from an agent

The generic HTTP request operation lets an agent call any service you can reach with a URL. Alongside it, provider connectors for Slack, GitHub, Notion, Airtable, Discord, and Google Sheets ship with reviewed operations.

Bring your own tokens: they are stored encrypted, visible only to you, and never copied when an agent is shared. Where a provider OAuth app is configured, you can connect your account with OAuth instead.

Browse all connectors

Bring your own connector

Import a connector manifest - a JSON document you supply - and it lands in review. An imported connector never executes until it is published. What you import becomes available on this Amistio service; there is no marketplace.

Teach agents reusable behavior with Skills

Skills are reusable instruction packs written in plain language. Create and edit them at /builder/skills, attach up to 8 to an agent step, and release immutable versions. A released skill is shared as a pinned slug@N link, so what others attach is exactly what you released.

Remote MCP servers

Planned

You can connect a remote MCP server today - from the curated directory or any URL you paste - and see the tools it offers. Agents running those tools is planned, not live yet.