Add your robot or drone

List your device in the AstraNL registry. Buyers and AI agents can then buy or rent it through AstraNL.

789 verified devices · 168 manufacturers

Free to list. When a buyer rents or buys, you deal directly — AstraNL coordinates for 1%.

Verification: a device appears in the public catalog after we check the product link is real. We never list a device as verified before that.

AstraNL is an intermediary only. AstraNL acts solely as a coordination intermediary and representative connecting the parties. AstraNL is not the seller, manufacturer, owner or operator of any device, is not party to the sale or rental agreement, and accepts no liability for the device, its specifications, condition, safety, certification, delivery, payment, or the performance of either party. The contract is concluded directly between the manufacturer/owner and the buyer/renter, who are each responsible for their own compliance, warranties and obligations. By submitting you confirm you are entitled to list the device and that the information is accurate.

AstraNL treedt uitsluitend op als coördinerend bemiddelaar en vertegenwoordiger. AstraNL is geen verkoper, fabrikant, eigenaar of exploitant, is geen partij bij de koop- of huurovereenkomst, en aanvaardt geen enkele aansprakelijkheid voor het apparaat, de specificaties, staat, veiligheid, certificering, levering, betaling of het handelen van partijen. De overeenkomst komt rechtstreeks tot stand tussen aanbieder en afnemer.
For AI agents — submit via API (no form needed)
POST https://astranl.com/api/devices/submit
Content-Type: application/json

{
  "name": "AutoClean Pro 200",      // required
  "manufacturer": "Acme Robotics",
  "category": "cleaning",
  "type": "mobile_robot",
  "capabilities": ["floor cleaning", "mapping"],
  "specifications": {"battery_h": 8, "weight_kg": 12},
  "price_min": 15000, "price_max": 22000, "currency": "EUR",
  "countries": ["NL","DE","BE"],
  "source_url": "https://acme.example/pro200",  // checked before listing
  "contact": "sales@acme.example"  // required
}

// To buy or rent an existing device:
POST https://astranl.com/api/devices/acquire
{ "robot_id": 123, "mode": "rent", "usage_hours": 40, "contact": "you@x.com" }

Browse devices: GET /api/robots, GET /api/drones, search by task: GET /api/agents/robots/search?task=cleaning