AI tools
Mintlify exposes documentation content as Markdown for agents, hostsllms.txt, and can publish a skill.md capability file. Use those generated surfaces so AI tools answer from the same docs users read.
Recommended use
- Point coding agents at this docs site before instrumenting an app.
- Use the webhook event pages as schema context for consumer implementations.
- Prefer the SDK quickstarts over raw OTLP setup unless you need a custom OpenTelemetry pipeline.
- Use the Aient CLI to run a local workspace in an isolated Aient sandbox.
- Use Agentic x402 onboarding when an autonomous agent needs to discover Aient, pay with x402, and request remediation through wallet-backed routes.
- Use Agent-assisted setup when an assistant helps prepare setup for a human or team.
Discover the MCP server
Aient’s hosted MCP server is listed in the official MCP Registry asai.aient/mcp and is reachable at https://aient.ai/mcp.
Use registry metadata when your assistant supports registry-based installation. Otherwise, configure the remote MCP URL directly. Request read scope for context lookup, and request write scope only when the assistant needs to report onboarding progress, retry setup steps, or control remediation workflows.
Reopen a resolved problem
If new production evidence changes the conclusion for a resolved problem, an assistant with MCP write scope can callreopen_problem. Include a fresh request ID and a short reason grounded in that evidence. Then re-read it with get_problem before making a separate remediation request.
Reopening keeps the existing evidence and remediation history intact. It is for a new conclusion, not for undoing an accidental manual resolution. reopen_problem is available through the OAuth MCP server, not the wallet-backed /mcp-x402 endpoint.