Web. The marketing page, the dashboard and the downloads are web. There is no mobile equivalent.
What Is Moove Agentic Payments?
Moove Agentic Payments is a skill file — an instruction file your AI coding tool reads — that teaches the tool how to integrate the live moove.xyz payment-link API. You download it, drop it into your tool, and describe what you want. The tool writes the integration against the real API.The skill never moves money. It reads documentation and writes code. Every payment still settles on-chain to the wallet on the API key’s account, and the key itself cannot redirect funds anywhere else.
How Do I Integrate In Three Steps?
1
Download the skill or a plugin
One
skill.md works everywhere. Plugins repackage the same file into the location your specific tool looks for it.2
Insert a prompt
Use the ready-to-use prompt from moove.xyz/agentic-payments, or write your own.
3
Build and deploy
Your tool builds the checkout. Manage the keys, links and transactions it creates in Moove Manage.
What Are The Five Plugins?
Moove Agent Skills follow an open standard, so the same file runs across 40+ AI models. The plugins are a convenience, not a requirement.
Download any of them from moove.xyz/agentic-payments.
Before You Start
1
Have a Moove account with a default wallet and a handle
The API refuses to create links for an account that cannot receive payments.
2
Create an API key
At moove.xyz/dashboard/api-keys, scoped to the Moove Receive Agent.Moove API Keys →
3
Give your tool the key
As an environment variable. Never commit it, and never paste it into a prompt.
What Are The Agents?
An agent is the unit of permission on a key. Picking one is how you decide what a key can do.What Can The Moove Receive Agent Do?
Two scopes, and nothing else:
An agent that could request a payment but never confirm it settled could not complete the one job it exists for, so the Moove Receive Agent gets both.
Why A Leaked Key Cannot Cost You Money
A key is a down-scope of you: it acts as your account and can only do a subset of what you can do.No endpoint moves funds. Payment links always settle to the key owner’s own default wallet, and the caller cannot specify a destination. A leaked key can create payment requests that pay you — it cannot redirect money to anyone else.
Can I Do It Without An Agent?
The API is a plain HTTP API. Nothing about it requires an AI tool.What To Read Next
Moove API Keys
Create, scope and revoke.
Moove Payment Links API
The endpoints in full.
Moove Receive
The same product, no code.