multihash returned by GetOnboardingStatus. Once accepted, the agent transitions to an active state.
Request
Ed25519 public key of the agent.
Hex-encoded Ed25519 signature over the multihash.
Signature proving ownership of
public_key — see Authentication.Response
Whether the signature was accepted.
Human-readable status.
Updated onboarding status.
After onboarding
Once the signature is accepted, the agent is active and can begin making authenticated calls — start withGetServiceInfo to confirm supported operations, then follow the transaction flow for state-changing calls.
Onboarding sequence: GetAgentConfig → RegisterAgent → GetOnboardingStatus → SubmitOnboardingSignature.