createRegistryRecord
inline suspend fun AgentRegistryControlClient.createRegistryRecord(crossinline block: CreateRegistryRecordRequest.Builder.() -> Unit): CreateRegistryRecordResponse
Creates a registry record within a registry. A registry record describes a discoverable resource, such as an MCP server, an agent, an agent skill, or a custom resource. Creation is asynchronous: the record is returned with the CREATING status while it is processed.