Skip to main content
POST
Create Agent
MPCセキュアなウォレットが自動的にプロビジョニングされた新しいエージェントを作成します。ウォレットアドレスは分散鍵生成(DKG)を使用して生成され、すぐに資金を受け取る準備ができています。

リクエストボディ

string
必須
エージェントの表示名。アカウント内で一意である必要があります。
string
エージェントの目的のオプション説明。
string
必須
エージェントのウォレット用のCAIP-2チェーン識別子。利用可能なオプションについては対応チェーンを参照してください。例:eip155:1(Ethereum)、eip155:8453(Base)、eip155:84532(Base Sepoliaテストネット)
string
カスタムキーバリューペア用のJSON エンコードされたメタデータ文字列。

レスポンス

Response

承認

X-API-Key
string
header
必須

API key authentication. Keys are prefixed with awx_.

ボディ

application/json
agent_name
string
必須

Display name for the agent. Must be unique within your account.

chain
string
必須

CAIP-2 chain identifier for the agent's wallet (e.g., eip155:1 for Ethereum, eip155:8453 for Base, eip155:84532 for Base Sepolia testnet).

agent_description
string

Optional description of the agent's purpose.

metadata
string

JSON-encoded metadata string for custom key-value pairs.

レスポンス

Agent created successfully.

An AI agent with an MPC-secured wallet.

id
string

Unique agent identifier (e.g., agent_abc123).

agent_name
string

Agent display name.

agent_description
string

Agent description.

wallet
object

An on-chain wallet associated with an agent.

status
enum<string>

Agent status.

利用可能なオプション:
active,
inactive
metadata
string

JSON-encoded metadata string.

created_at
string<date-time>

ISO 8601 creation timestamp.