Clone website screenshot

Clone

Clone Robotics develops musculoskeletal, intelligent humanoid androids and robotic hands built on Myofiber, its artificial-muscle technology pioneered in 2021, driven by water-based hydraulics and biomimetic joints. Its flagship Clone Alpha is a full-body biomimetic humanoid with synthetic organs; the Clone Hand is its foundational dexterous-manipulation platform. The developer surface is a first-party Python client (clone_client) exposing a high-level gRPC (proto3) API to directly control the Clone Robot over the local network — actuating muscles via impulses/pulses/pressures, driving pinch and hydra valves, managing the water-pump pressure source, streaming IMU/pose/joint telemetry, and configuring cameras. There is no public HTTP/REST API or hosted endpoint; control is LAN-scoped gRPC discovered over zeroconf/mDNS by robot name or IP. Co-founded 2021 by Dhanush Radhakrishna and Lukasz Kozlik.

Clone publishes 1 API on the APIs.io network. Tagged areas include Company, Frontier Tech, Robotics, Humanoid, and Androids.

Clone’s developer surface includes YouTube channel and 18 more developer resources.

19.3/100 emerging ▬ flat Agent 16/100 agent aware open core · GPL-3.0 Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
1 APIs
CompanyFrontier TechRoboticsHumanoidAndroidsArtificial MusclegRPCHardwareActuation

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero: never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and several others — scorable at all.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/clone: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 1

Individual APIs this provider publishes, each with its own machine-readable definition.

Clone Robot Control API

High-level gRPC (proto3) API to directly control the Clone Robot — muscle actuation (impulses/pulses/pressures), pinch/hydra valve control, water-pump pressure source, telemetry...

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Clone Domain Security

TLSv1.3

SECURITY

Resources

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 3

Pagination, idempotency, versioning, errors, and events

Build 4

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

Learn 1

Tutorials, courses, talks, and written guidance

Operate 1

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Other 2

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: clone
name: Clone
description: Clone Robotics develops musculoskeletal, intelligent humanoid androids and robotic hands built on Myofiber, its
  artificial-muscle technology pioneered in 2021, driven by water-based hydraulics and biomimetic joints. Its flagship Clone
  Alpha is a full-body biomimetic humanoid with synthetic organs; the Clone Hand is its foundational dexterous-manipulation
  platform. The developer surface is a first-party Python client (clone_client) exposing a high-level gRPC (proto3) API to
  directly control the Clone Robot over the local network — actuating muscles via impulses/pulses/pressures, driving pinch
  and hydra valves, managing the water-pump pressure source, streaming IMU/pose/joint telemetry, and configuring cameras.
  There is no public HTTP/REST API or hosted endpoint; control is LAN-scoped gRPC discovered over zeroconf/mDNS by robot name
  or IP. Co-founded 2021 by Dhanush Radhakrishna and Lukasz Kozlik.
url: https://raw.githubusercontent.com/api-evangelist/clone/refs/heads/main/apis.yml
deliveryModel:
  model: open-core
  license: GPL-3.0
  open_source: true
  commercial: true
  callable_host: false
  label: Open core · an OSS project plus a commercial hosted product
  confidence: high
  source:
  - license
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source: []
  generated: '2026-07-22'
  method: derived
image: https://avatars.githubusercontent.com/u/140611352?v=4
x-type: company
x-source: vc-portfolio
x-backed-by:
- initialized-capital
x-tier: stub
x-tier-reason: portfolio-lead
specificationVersion: '0.23'
created: '2026-07-17'
modified: '2026-07-18'
tags:
- Company
- Frontier Tech
- Robotics
- Humanoid
- Androids
- Artificial Muscle
- gRPC
- Hardware
- Actuation
apis:
- name: Clone Robot Control API
  description: High-level gRPC (proto3) API to directly control the Clone Robot — muscle actuation (impulses/pulses/pressures),
    pinch/hydra valve control, water-pump pressure source, telemetry streaming, and camera management. Delivered as the first-party
    clone_client Python package; discovered over zeroconf/mDNS on the local network. No public hosted endpoint.
  humanURL: https://github.com/clonerobotics/clone_client
  x-transport: grpc-lan
  properties:
  - type: Protobuf
    name: ControllerGRPC service (muscles, valves, water pump)
    url: grpc/clone-controller.proto
  - type: Protobuf
    name: HardwareDriverGRPC service (bus, nodes, sensors)
    url: grpc/clone-hardware_driver.proto
  - type: Protobuf
    name: StateStoreReceiverGRPC service (telemetry, system state)
    url: grpc/clone-state_store.proto
  - type: Protobuf
    name: CameraDriverService (camera streams & sinks)
    url: grpc/clone-camera_driver.proto
  - type: Protobuf
    name: Shared data types & error envelope
    url: grpc/clone-data_types.proto
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: IssueTracker
  url: https://github.com/clonerobotics/clone_client/issues
- type: License
  name: GPL-3.0
  url: https://github.com/clonerobotics/clone_client/blob/main/LICENSE
- type: Website
  url: https://clonerobotics.com/
- type: GitHubOrganization
  url: https://github.com/clonerobotics
- type: SourceCode
  url: https://github.com/clonerobotics/clone_client
- type: Packages
  url: packages/clone-packages.yml
- type: SDKs
  url: packages/clone-packages.yml
- type: Protobuf
  url: grpc/_index.yml
- type: DataModel
  url: data-model/clone-data-model.yml
- type: ErrorCatalog
  url: errors/clone-error-codes.yml
- type: Conventions
  url: conventions/clone-conventions.yml
- type: DomainSecurity
  url: security/clone-domain-security.yml
- type: LLMsTxt
  url: llms/clone-llms.txt
- type: PrivacyPolicy
  url: https://clonerobotics.com/privacy-policy
- type: TermsOfService
  url: https://clonerobotics.com/terms-of-use
- type: X
  url: https://x.com/clonerobotics
- type: LinkedIn
  url: https://www.linkedin.com/company/clonerobotics/
- type: YouTube
  url: https://www.youtube.com/channel/UCd0xLOw6No5IAsq3Y2-b0eA
- type: Instagram
  url: https://www.instagram.com/clonerobotics
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/clone"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/clone/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/clone/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.