Create, register, and run autonomous agents on Solana. Use the Metaplex Agent skills and agent registry to manage your autonomous agents.
Build and run autonomous agents on Solana using MPL Core assets as the foundation for agent identity, wallets, and execution.
Every MPL Core asset has a built-in wallet — a PDA derived from the asset's public key. Because it's a PDA, no private key exists for it, which means the wallet is unstealable. Only the asset itself can sign for its own wallet through MPL Core's Execute lifecycle hook.
This makes Core assets a natural fit for autonomous agents:
The owner retains full control. They choose which executive to delegate to, and they can revoke or switch delegation at any time — all without changing the agent's identity or wallet.