with one click
new-rpc
// Checklist for adding a new RPC method to InferaDB Ledger's wire protocol. Use when adding or modifying a service method in `crates/wire-services/src/lib.rs` (the `define_protocol!` invocation), or when the user says "add an RPC", "new endpoint", "new wire method", etc. Covers wire types, define_protocol! registration, service impl, slug resolution, error enrichment, SDK client, audit + validation, quota, and tests.