aid: ecorobotix name: Ecorobotix description: 'Ecorobotix SA is a Swiss agricultural technology company founded in 2011 and headquartered in Yverdon-les-Bains, Switzerland, building AI-driven ultra-high-precision (UHP) crop-care equipment. Its flagship ARA smart sprayer combines Plant-by-Plant AI detection with UHP-Spray-Technology to scan a field, classify crops versus weeds in under 250 milliseconds, and place treatment on a roughly six-by-six centimetre target, cutting herbicide and plant-protection input volumes by up to 95 percent compared with broadcast spraying. The product family spans the ARA620 and ARA595 UHP sprayers for row and vegetable crops, the ALBA UHP sprayer for turf, and a library of crop-specific algorithms for broccoli, carrots, onions and chicory. More than 1,000 ARA units have been deployed across Europe, the United Kingdom, North America, South America and Australia/New Zealand. Machine telemetry, treatment maps and fleet data are delivered to customers through the Ecorobotix cloud portal, which is backed by an authenticated REST API; that API is not offered as a public developer program.' image: https://ecorobotix.com/wp-content/uploads/2025/03/favicon-96x96-1.png url: https://raw.githubusercontent.com/api-evangelist/ecorobotix/refs/heads/main/apis.yml x-type: company x-source: harvest:secondary-market specificationVersion: '0.23' created: '2026-08-12' modified: '2026-08-12' tags: - Company - Agriculture - AgTech - Precision Agriculture - Robotics - Artificial Intelligence - Computer Vision - Machine Learning - Sustainability - Farm Equipment - Switzerland - IoT apis: - aid: ecorobotix-portal-api name: Ecorobotix Portal API description: 'The authenticated REST API behind the Ecorobotix cloud portal at portal.ecorobotix.cloud, which customers use to manage ARA sprayer fleets, treatment jobs and field data. The service is a Django REST Framework application that publishes a drf-spectacular OpenAPI schema at /api/schema/ and a Swagger UI at /api/schema/swagger-ui/, but both endpoints return HTTP 401 ("Authentication credentials were not provided.") to anonymous clients, and every other /api/ path 302-redirects to /auth/login/. There is no public developer portal, no published API reference and no signup path for API access; the surface is customer-only.' humanURL: https://portal.ecorobotix.cloud/ baseURL: https://portal.ecorobotix.cloud/api/ tags: - Agriculture - Precision Agriculture - Fleet Management - Telemetry properties: - type: Authentication url: authentication/ecorobotix-authentication.yml - type: RateLimits url: rate-limits/ecorobotix-rate-limits.yml maintainers: - FN: Kin Lane email: kin@apievangelist.com - FN: APIs.json email: info@apis.io common: - type: DomainSecurity url: security/ecorobotix-domain-security.yml - type: Website url: https://ecorobotix.com/en-us/ - type: Blog url: https://press.ecorobotix.com/ - type: BlogRSS url: https://press.ecorobotix.com/rss - type: Support url: https://ecorobotix.com/en-us/contact-us/ - type: PrivacyPolicy url: https://ecorobotix.com/wp-content/uploads/2025/09/2025-09-01-Ecorobotix_General_Privacy_Policy_ENG-2.pdf - type: TermsOfService url: https://ecorobotix.com/wp-content/uploads/2025/09/2025-09-01-Ecorobotix_End-User-Agreement_ENG.pdf - type: Login url: https://portal.ecorobotix.cloud/auth/login/ - type: Authentication url: authentication/ecorobotix-authentication.yml - type: LLMsTxt url: llms/ecorobotix-llms.txt - type: Packages url: packages/ecorobotix-packages.yml - type: Plans url: plans/ecorobotix-plans-pricing.yml - type: RateLimits url: rate-limits/ecorobotix-rate-limits.yml x-enrichment: date: '2026-08-12' status: minimal artifacts_added: 7 pass: local-v1 x-coverage: state: gated reason: customer-only-docs detail: >- Ecorobotix runs a real Django REST Framework API with a live drf-spectacular OpenAPI endpoint at portal.ecorobotix.cloud/api/schema/, but it returns HTTP 401 "Authentication credentials were not provided." to anonymous clients and every other /api/ path 302-redirects to the customer portal login, so the specification exists and is simply never published outside a machine-owner account. evidence: - url: https://portal.ecorobotix.cloud/api/schema/ status: 401 - url: https://portal.ecorobotix.cloud/api/schema/swagger-ui/ status: 401 - url: https://portal.ecorobotix.cloud/api/ status: 302 - url: https://api.ecorobotix.cloud/openapi.json status: 503 - url: https://ecorobotix.com/.well-known/agent-card.json status: 404 checked: '2026-08-12'