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

# For AI Agents

> Quickstart guide for AI agents and developers to use Maestro's SKILL.md for querying Maestro APIs and paying via x402.

<Note>
  ✨ **AI Agent Integration**

  Use the Maestro skill file below to teach your agent how to query Maestro APIs and pay with x402.
</Note>

## Provide the Maestro skill directly

```text theme={null}
https://raw.githubusercontent.com/maestro-org/maestro-skill/refs/heads/main/SKILL.md
```

## Install the Maestro skill with npx

```bash theme={null}
npx skills add maestro-org/maestro-skill
```

## What This Skill Enables

* Agent-friendly instructions for querying Maestro APIs
* x402 payment flow guidance for autonomous API access
* A reusable setup path for both AI agents and human operators

## Next Step

Load the URL in your agent setup, then ask the agent to follow the skill and execute an x402-backed Maestro API query.

## Learn More

<Card title="x402 Payments" href="/agentic-integrations/x402">
  Learn how Maestro x402 payments work, including the payment challenge flow, wallet sign-in, and credit purchases.
</Card>
