Final step of onboarding β submit the agentβs Ed25519 signature over theDocumentation Index
Fetch the complete documentation index at: https://docs.silvana.one/llms.txt
Use this file to discover all available pages before exploring further.
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.