# AgentWallex ## Docs - [Create Agent](https://docs.agentwallex.com/api-reference/agents-create.md): Create a new AI agent with an MPC-secured wallet. - [Get Agent](https://docs.agentwallex.com/api-reference/agents-get.md): Retrieve a single agent by ID, including wallet address and current status. - [List Agents](https://docs.agentwallex.com/api-reference/agents-list.md): List all agents for your account with optional filtering. - [API Reference Overview](https://docs.agentwallex.com/api-reference/overview.md): Base URLs, authentication, pagination, and error contract for the AgentWallex REST API. - [Create Policy](https://docs.agentwallex.com/api-reference/policies-create.md): Create a new policy and attach it to an agent. - [Delete Policy](https://docs.agentwallex.com/api-reference/policies-delete.md): Remove a policy from an agent. - [Get Policy](https://docs.agentwallex.com/api-reference/policies-get.md): Retrieve a single policy by ID. - [List Policies](https://docs.agentwallex.com/api-reference/policies-list.md): Retrieve all policies, optionally filtered by agent. - [Update Policy](https://docs.agentwallex.com/api-reference/policies-update.md): Update an existing policy's rules. - [Create Transaction](https://docs.agentwallex.com/api-reference/transactions-create.md): Submit an on-chain payment through an agent's MPC-secured wallet. - [Get Transaction](https://docs.agentwallex.com/api-reference/transactions-get.md): Retrieve a single transaction by ID, including on-chain hash and confirmation status. - [List Transactions](https://docs.agentwallex.com/api-reference/transactions-list.md): Retrieve a paginated list of transactions with optional filtering. - [Create Webhook](https://docs.agentwallex.com/api-reference/webhooks-create.md): Register a new webhook endpoint to receive real-time event notifications. - [Delete Webhook](https://docs.agentwallex.com/api-reference/webhooks-delete.md): Remove a webhook endpoint. No further events will be delivered. - [Get Webhook](https://docs.agentwallex.com/api-reference/webhooks-get.md): Retrieve a single webhook endpoint by ID. - [List Webhooks](https://docs.agentwallex.com/api-reference/webhooks-list.md): List all registered webhook endpoints. - [Test Webhook](https://docs.agentwallex.com/api-reference/webhooks-test.md): Send a test event to a webhook endpoint to verify your handler is working correctly. - [Update Webhook](https://docs.agentwallex.com/api-reference/webhooks-update.md): Update a webhook's URL, events, or secret. - [x402 Pay](https://docs.agentwallex.com/api-reference/x402-pay.md): Trigger an x402 payment negotiation for a target URL. - [Create x402 Session](https://docs.agentwallex.com/api-reference/x402-sessions-create.md): Create a new x402 payment session with a spending budget. - [Delete x402 Session](https://docs.agentwallex.com/api-reference/x402-sessions-delete.md): Terminate a session and release any remaining budget. - [Get x402 Session](https://docs.agentwallex.com/api-reference/x402-sessions-get.md): Retrieve a single session including current budget status. - [List x402 Sessions](https://docs.agentwallex.com/api-reference/x402-sessions-list.md): List all x402 sessions for your account. - [Pay with x402 Session](https://docs.agentwallex.com/api-reference/x402-sessions-pay.md): Make a payment using an existing session budget. - [Changelog](https://docs.agentwallex.com/changelog/overview.md): Recent updates, new features, and improvements to the AgentWallex platform. - [MPC Wallets](https://docs.agentwallex.com/features/mpc-wallets.md): How AgentWallex uses 2-of-3 threshold MPC signing via Paratro to secure agent wallets. - [Policy Engine](https://docs.agentwallex.com/features/policy-engine.md): Configure per-agent spending limits, address whitelists, velocity controls, and human approval routing. - [Webhooks](https://docs.agentwallex.com/features/webhooks.md): Receive real-time notifications for payments, policy violations, and agent events. - [x402 Micropayments](https://docs.agentwallex.com/features/x402-micropayments.md): Pay-per-API-call using the HTTP 402 protocol — session budgets, automatic negotiation, and settlement. - [Best Practices](https://docs.agentwallex.com/guides/best-practices.md): Security tips, policy setup, monitoring recommendations, and a production readiness checklist. - [Error Handling](https://docs.agentwallex.com/guides/error-handling.md): Error format, error types, and how to handle errors in the SDK and REST API. - [Wallet Operations](https://docs.agentwallex.com/guides/wallet-operations.md): Create wallets, fund them, send payments, check balances, and manage agent status. - [API Keys](https://docs.agentwallex.com/introduction/api-keys.md): Create, manage, and rotate API keys for AgentWallex integrations. - [Authentication](https://docs.agentwallex.com/introduction/authentication.md): How to authenticate with the AgentWallex API using API keys or JWT tokens. - [What is AgentWallex?](https://docs.agentwallex.com/introduction/overview.md): MPC-secured payment gateway for AI agents — send on-chain payments without exposing private keys. - [Quickstart](https://docs.agentwallex.com/introduction/quickstart.md): Integrate AgentWallex in under 5 minutes — create an agent wallet and send your first payment. - [Why AgentWallex?](https://docs.agentwallex.com/introduction/why-agentwallex.md): The problems AgentWallex solves and what makes it different from traditional wallet solutions. - [Security Architecture](https://docs.agentwallex.com/platform/architecture.md): Four layers of security — identity, policy engine, MPC signing, and human-in-the-loop — protect your agents. - [Pricing](https://docs.agentwallex.com/platform/pricing.md): AgentWallex pricing tiers, x402 fee schedule, and plan comparison. - [Supported Chains](https://docs.agentwallex.com/platform/supported-chains.md): Blockchain networks supported by AgentWallex — active chains, testnets, and upcoming additions. - [SDK Overview](https://docs.agentwallex.com/sdks/overview.md): Official AgentWallex SDKs for TypeScript and Python — feature matrix and installation. - [Python SDK](https://docs.agentwallex.com/sdks/python.md): Complete reference for the agentwallex Python package — async-first with full API coverage. - [TypeScript SDK](https://docs.agentwallex.com/sdks/typescript.md): Complete reference for the @agentwallex/sdk package — agents, payments, x402, policies, and webhooks. ## OpenAPI Specs - [openapi](https://docs.agentwallex.com/openapi.json)