Skip to main content
Final step of onboarding β€” submit the agent’s Ed25519 signature over the multihash returned by GetOnboardingStatus. Once accepted, the agent transitions to an active state.

Request

string
required
Ed25519 public key of the agent.
string
required
Hex-encoded Ed25519 signature over the multihash.
MessageSignature
required
Signature proving ownership of public_key β€” see Authentication.

Response

bool
Whether the signature was accepted.
string
Human-readable status.
OnboardingStatus
Updated onboarding status.

After onboarding

Once the signature is accepted, the agent is active and can begin making authenticated calls β€” start with GetServiceInfo to confirm supported operations, then follow the transaction flow for state-changing calls. Onboarding sequence: GetAgentConfig β†’ RegisterAgent β†’ GetOnboardingStatus β†’ SubmitOnboardingSignature.