> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sumvin.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Errands

> Start and follow purchase errands from the SDK. Not part of this preview.

export const waitlists = {
  earlyAccess: "",
  payments: "",
  openBanking: "",
  developers: "",
  verifiers: ""
};

<Note>
  **Coming soon:** payments arrive in a fast-follow release.{waitlists.payments ? <> <a href={waitlists.payments}>Join the waitlist →</a></> : " A waitlist opens shortly."}
</Note>

An [errand](/concepts/errands) is a purchase an agent carries out under a Stamped Mandate. The SDK already contains the errand operations, under the older wire name `ipa`: `createIpa`, `listIpas`, `getIpa`, `getIpaEvents`, `clarifyIpa` and `cancelIpa`.

This page will document them when payments arrive. Until then, run errands through the [MCP connector](/get-started/first/errand).
