Alloy developer platform

Build against the API contract

Integrate from the same versioned Protobuf and OpenAPI sources used by Alloy services and client libraries. Each published route, message, and compatibility rule is traceable to the canonical contract.

Contract
mesh-v1.0.0-m0
Transports
gRPC and HTTP/JSON
Published routes
5 versioned operations

One source chain

The Protobuf service definition is canonical. OpenAPI artifacts and client surfaces are generated or parity-checked against it so implementation and documentation cannot drift silently.

Published operations

Generated from the current Swagger artifact.

Full API reference
MethodRouteOperation
POST/v1/dkg/initiateMpcWalletService_InitiateDkg
POST/v1/dkg/sharesMpcWalletService_ExchangeDkgShares
POST/v1/sessions/resumeMpcWalletService_ResumeSession
POST/v1/signing/initiateMpcWalletService_InitiateSigning
POST/v1/signing/shareMpcWalletService_SubmitSignatureShare

Compatibility is explicit

Exact version declaration

Clients identify their contract version in the orchestration context. Unsupported versions fail closed instead of silently downgrading.

Traceable releases

Schema, generated artifacts, services, and client libraries move together under the contract release process.