---
title: "Create Wallet"
method: POST
path: "/v1/agents/{agent_id}/wallet"
tags: ["v1", "protected", "wallet"]
---

# Create Wallet

`POST /v1/agents/{agent_id}/wallet`

Create a wallet for an agent.

## Path parameters

- `agent_id` string, uuid, required

## Request body

- CreateWalletRequest
  - `credentials` WalletCredentialsSchema
    - `mpp_tempo_key` string, nullable
    - `x402_private_key` string, nullable
  - `mpp_config` MPPConfigSchema
    - `chain_id` integer, nullable
    - `currency` string, nullable
    - `decimals` integer
    - `payment_method_types` string[]
    - `recipient` string, nullable
    - `rpc_url` string, nullable
    - `session_budget_usd` number
    - `stripe_profile_id` string, nullable
  - `service_budget_period` string
  - `service_budget_usd` number
  - `wallet_type` string, required
  - `x402_config` X402ConfigSchema
    - `facilitator_url` string
    - `network` string
    - `scheme` string
    - `signer_type` string

## Response `201`

Successful Response

- WalletResponse
  - `agent_id` string, required
  - `created_at` string, nullable
  - `has_credentials` boolean
  - `id` string, required
  - `mpp_config` object, nullable
  - `service_budget_period` string, required
  - `service_budget_usd` number, required
  - `status` string, required
  - `updated_at` string, nullable
  - `wallet_type` string, required
  - `x402_config` object, nullable

## Other responses

- `422` — Validation Error

## Changes

> 19 revisions in range; 5 could not be searched.

- **2026-07-08** `8940d7f77282` — 2 breaking
  - the `created_at/anyOf[subschema #1]/` response's property type/format changed from `string`/`date-time` to `string`/`` for status `201`
  - the `updated_at/anyOf[subschema #1]/` response's property type/format changed from `string`/`date-time` to `string`/`` for status `201`
- **2026-06-18** `dad98bb65260` — 5 info
  - added the new optional request property `mpp_config/anyOf[subschema #1: MPPConfigSchema]/chain_id`
  - added the new optional request property `mpp_config/anyOf[subschema #1: MPPConfigSchema]/currency`
  - added the new optional request property `mpp_config/anyOf[subschema #1: MPPConfigSchema]/decimals`
  - added the new optional request property `mpp_config/anyOf[subschema #1: MPPConfigSchema]/recipient`
  - …1 more
- **2026-03-30** `e9c153221160` — 5 warning
  - removed the request property `mpp_config/anyOf[subschema #1: MPPConfigSchema]/chain_id`
  - removed the request property `mpp_config/anyOf[subschema #1: MPPConfigSchema]/currency`
  - removed the request property `mpp_config/anyOf[subschema #1: MPPConfigSchema]/decimals`
  - removed the request property `mpp_config/anyOf[subschema #1: MPPConfigSchema]/recipient`
  - …1 more

[Change history](https://skmtc.dev/agentarea/apis/agentarea-api/changes/v1/agents/:agent_id/wallet/post.md)

---

[API](https://skmtc.dev/agentarea/apis/agentarea-api.md) · [All operations](https://skmtc.dev/agentarea/apis/agentarea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agentarea/agentarea-api/revisions/ac18f7025c00/schema)
