<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Home on PlantCare Enterprise</title>
    <link>https://plantcare.farm/en/</link>
    <description>Recent content in Home on PlantCare Enterprise</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 31 May 2026 15:02:00 -0600</lastBuildDate>
    <atom:link href="https://plantcare.farm/en/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Join the PlantCare Public Beta on Android!</title>
      <link>https://plantcare.farm/en/news/android_public_beta/</link>
      <pubDate>Sun, 31 May 2026 15:02:00 -0600</pubDate>
      <guid>https://plantcare.farm/en/news/android_public_beta/</guid>
      <description>&lt;p&gt;We are thrilled to invite you to join the &lt;strong&gt;PlantCare Public Beta Program for Android&lt;/strong&gt;! Help us test our latest features, optimize visual diagnostics, and refine our self-healing AI systems before they are released globally.&lt;/p&gt;
&lt;p&gt;By participating in the beta, you will get early access to our dynamic client-side transaction timeouts, precision GPS metadata parsing, and malware scanning integrations.&lt;/p&gt;
&lt;h3 id=&#34;how-to-join&#34;&gt;How to Join:&lt;/h3&gt;
&lt;p&gt;We are using &lt;strong&gt;Firebase App Distribution&lt;/strong&gt; to share our pre-release Android builds securely.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>We are thrilled to invite you to join the <strong>PlantCare Public Beta Program for Android</strong>! Help us test our latest features, optimize visual diagnostics, and refine our self-healing AI systems before they are released globally.</p>
<p>By participating in the beta, you will get early access to our dynamic client-side transaction timeouts, precision GPS metadata parsing, and malware scanning integrations.</p>
<h3 id="how-to-join">How to Join:</h3>
<p>We are using <strong>Firebase App Distribution</strong> to share our pre-release Android builds securely.</p>
<ol>
<li>On your Android device, click our auto-invite link or use the &ldquo;Click Here&rdquo; button below:</li>
</ol>
<div style="display: flex; justify-content: center; align-items: center; gap: 20px; flex-wrap: wrap; margin: 30px 0; padding: 20px; border-radius: 12px; background: rgba(120,120,120,0.06); border: 1px solid rgba(120,120,120,0.15);">
  <div style="display: flex; align-items: center; gap: 10px;">
    <img src="/images/logo.png" alt="PlantCare Logo" style="height: 45px; border-radius: 8px;">
    <span style="font-size: 24px; font-weight: 300; color: #888;">+</span>
    <img src="/images/firebase-logo.png" alt="Firebase Logo" style="height: 45px; border-radius: 8px;">
  </div>
  <a href="https://appdistribution.firebase.dev/i/d5db83c6e86e3d87" target="_blank" rel="noopener noreferrer" style="display: inline-block; padding: 12px 24px; background: #007bff; color: white; font-weight: bold; border-radius: 8px; text-decoration: none; box-shadow: 0 4px 6px rgba(0,123,255,0.15); transition: transform 0.2s, box-shadow 0.2s;">
    Click Here to Join Android Beta
  </a>
</div>
<ol start="2">
<li>Sign in with your Google account.</li>
<li>Accept the invitation and follow the instructions to install the <strong>App Distribution</strong> client (App Tester).</li>
<li>Download and install the latest <strong>PlantCare</strong> beta build!</li>
</ol>
<hr>
<h3 id="what-is-firebase--firebase-app-distribution">What is Firebase &amp; Firebase App Distribution?</h3>
<ul>
<li><strong><a href="https://firebase.google.com/">Firebase</a></strong>: Firebase is Google&rsquo;s comprehensive mobile and web application development platform. It provides developers with tools and infrastructure to build, improve, and grow high-quality apps securely.</li>
<li><strong><a href="https://firebase.google.com/docs/app-distribution">Firebase App Distribution</a></strong>: A service within Firebase that simplifies testing workflows. It allows developers to distribute pre-release builds of their apps to trusted testers (like you!) without going through the public Google Play Store review cycle.</li>
</ul>
<h3 id="tester-recognition--thanks">Tester Recognition &amp; Thanks</h3>
<p>To show our deep appreciation for your support, every active tester who reports feedback, submits bugs, or verifies features will have their name, nickname, or social media handler permanently engraved on our <strong>PlantCare Tester Wall of Fame</strong>. This page will be published on our public website and will remain online forever to honor those who helped shape the platform!</p>
<h3 id="pre-release-features--bug-reporting">Pre-Release Features &amp; Bug Reporting</h3>
<p>Please note that beta releases are delivered with exciting new features that are still in active development. As a result, you may occasionally encounter bugs, crashes, or incomplete features.</p>
<p>If you find a bug, run into an issue, or have ideas for improvements, please feel free to notify us! Your feedback is invaluable in helping us make PlantCare the most reliable and premium botanical diagnostic tool.</p>
<p>Happy testing!</p>
]]></content:encoded>
    </item>
    <item>
      <title>Security &amp; Authorization</title>
      <link>https://plantcare.farm/en/api/security/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://plantcare.farm/en/api/security/</guid>
      <description>&lt;p&gt;The PlantCare Enterprise API implements a &lt;strong&gt;Zero Trust&lt;/strong&gt; security model. Every request is authenticated at multiple layers to ensure data integrity and privacy.&lt;/p&gt;
&lt;h2 id=&#34;1-client-to-api-authorization-api-keys&#34;&gt;1. Client-to-API Authorization (API Keys)&lt;/h2&gt;
&lt;p&gt;Clients authenticate with a permanent &lt;code&gt;pk_ent_&lt;/code&gt; key provided during onboarding. This key is validated by the &lt;strong&gt;Google Cloud API Gateway&lt;/strong&gt;.&lt;/p&gt;
&lt;div class=&#34;mermaid&#34;&gt;
sequenceDiagram
participant Client
participant GW as &#34;API Gateway&#34;
participant KV as &#34;Secret Manager&#34;
participant API as &#34;Backend Service&#34;
Client-&gt;&gt;GW: &#34;Request with Bearer pk_ent_...&#34;
GW-&gt;&gt;KV: &#34;Validate Key &amp; Permissions&#34;
alt &#34;Valid Key&#34;
    GW-&gt;&gt;API: &#34;Proxy Request + Identity Headers&#34;
else &#34;Invalid Key&#34;
    GW--&gt;&gt;Client: &#34;401 Unauthorized&#34;
end
&lt;/div&gt;
&lt;hr&gt;
&lt;h2 id=&#34;2-storage-security-malware-scanning&#34;&gt;2. Storage Security (Malware Scanning)&lt;/h2&gt;
&lt;p&gt;Every image uploaded to the Enterprise API is automatically scanned for viruses and malware before it is processed. This is handled by an asynchronous &lt;strong&gt;Cloud Storage Trigger&lt;/strong&gt;.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>The PlantCare Enterprise API implements a <strong>Zero Trust</strong> security model. Every request is authenticated at multiple layers to ensure data integrity and privacy.</p>
<h2 id="1-client-to-api-authorization-api-keys">1. Client-to-API Authorization (API Keys)</h2>
<p>Clients authenticate with a permanent <code>pk_ent_</code> key provided during onboarding. This key is validated by the <strong>Google Cloud API Gateway</strong>.</p>
<div class="mermaid">
sequenceDiagram
participant Client
participant GW as "API Gateway"
participant KV as "Secret Manager"
participant API as "Backend Service"
Client->>GW: "Request with Bearer pk_ent_..."
GW->>KV: "Validate Key & Permissions"
alt "Valid Key"
    GW->>API: "Proxy Request + Identity Headers"
else "Invalid Key"
    GW-->>Client: "401 Unauthorized"
end
</div>
<hr>
<h2 id="2-storage-security-malware-scanning">2. Storage Security (Malware Scanning)</h2>
<p>Every image uploaded to the Enterprise API is automatically scanned for viruses and malware before it is processed. This is handled by an asynchronous <strong>Cloud Storage Trigger</strong>.</p>
<div class="mermaid">
sequenceDiagram
participant GCS as "Cloud Storage"
participant Func as "Scan Function"
participant Scan as "Malware Scanner"
GCS->>Func: "Event: Object Finalized"
Func->>Scan: "OIDC Authorized Scan Request"
Scan->>Scan: "Malware Signature Analysis"
alt "Infected File"
    Scan-->>Func: "Status: infected"
    Func->>GCS: "DELETE Object"
    Func->>Func: "Log Security Incident"
else "Clean File"
    Scan-->>Func: "Status: clean"
end
</div>
<hr>
<h2 id="3-service-to-service-authorization-oidc">3. Service-to-Service Authorization (OIDC)</h2>
<p>When the <strong>Backend Service</strong> needs to call internal services (like the Image Processor), it does not use a shared secret. Instead, it uses <strong>OIDC ID Tokens</strong> fetched from the Google Metadata Server.</p>
<div class="mermaid">
sequenceDiagram
participant API as "Analyze Service"
participant Meta as "GCP Metadata Server"
participant Proc as "Image Processor"
API->>Meta: "Fetch ID Token (Audience: Processor URL)"
Meta-->>API: "Signed JWT ID Token"
API->>Proc: "POST /process (Authorization: Bearer JWT)"
Proc->>Proc: "Validate JWT with Google PubKeys"
alt "Valid Token"
    Proc-->>API: "200 OK (Processed Image)"
else "Invalid Token"
    Proc-->>API: "403 Forbidden"
end
</div>
<hr>
<h2 id="3-network-isolation">3. Network Isolation</h2>
<p>To further harden the system, the <strong>Image Processor</strong> is configured with <code>INGRESS_TRAFFIC_INTERNAL_ONLY</code>. This means it is physically unreachable from the public internet, even with a valid token. Communication is routed through a private <strong>VPC Serverless Connector</strong>.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Architecture &amp; Scalability</title>
      <link>https://plantcare.farm/en/api/architecture/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://plantcare.farm/en/api/architecture/</guid>
      <description>&lt;p&gt;The PlantCare Enterprise API is built on a &lt;strong&gt;Cloud-Native, Stateless&lt;/strong&gt; architecture designed to handle massive IoT workloads with zero downtime.&lt;/p&gt;
&lt;h2 id=&#34;1-edge-security--metering&#34;&gt;1. Edge Security &amp;amp; Metering&lt;/h2&gt;
&lt;p&gt;Every request to our Enterprise endpoints is intercepted by a high-performance &lt;strong&gt;Security Middleware&lt;/strong&gt; that enforces security policies and usage quotas at the edge before any business logic is executed.&lt;/p&gt;
&lt;div class=&#34;mermaid&#34;&gt;
sequenceDiagram
participant Client
participant Edge as &#34;Security Middleware&#34;
participant DB as &#34;Quota/Audit Store&#34;
participant API as &#34;Analyze Service&#34;
Client-&gt;&gt;Edge: &#34;Request (with API Token)&#34;
Edge-&gt;&gt;Edge: &#34;Validate Payload Size (&lt;10MB)&#34;
Edge-&gt;&gt;Edge: &#34;Verify Token Format (API2)&#34;
Edge-&gt;&gt;DB: &#34;Check Quota &amp; Role (RBAC)&#34;
alt &#34;Quota Exceeded&#34;
    Edge--&gt;&gt;Client: &#34;429 Too Many Requests&#34;
else &#34;Authorized&#34;
    Edge-&gt;&gt;DB: &#34;Log Audit Trail&#34;
    Edge-&gt;&gt;API: &#34;Forward Request&#34;
    API--&gt;&gt;Client: &#34;Analysis Result&#34;
end
&lt;/div&gt;
&lt;hr&gt;
&lt;h2 id=&#34;2-reliable-webhook-delivery&#34;&gt;2. Reliable Webhook Delivery&lt;/h2&gt;
&lt;p&gt;Our webhook system is decoupled from the main request lifecycle using &lt;strong&gt;Google Cloud Pub/Sub&lt;/strong&gt;. This ensures that even if your endpoint is temporarily down, we will retry delivery with exponential backoff.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>The PlantCare Enterprise API is built on a <strong>Cloud-Native, Stateless</strong> architecture designed to handle massive IoT workloads with zero downtime.</p>
<h2 id="1-edge-security--metering">1. Edge Security &amp; Metering</h2>
<p>Every request to our Enterprise endpoints is intercepted by a high-performance <strong>Security Middleware</strong> that enforces security policies and usage quotas at the edge before any business logic is executed.</p>
<div class="mermaid">
sequenceDiagram
participant Client
participant Edge as "Security Middleware"
participant DB as "Quota/Audit Store"
participant API as "Analyze Service"
Client->>Edge: "Request (with API Token)"
Edge->>Edge: "Validate Payload Size (<10MB)"
Edge->>Edge: "Verify Token Format (API2)"
Edge->>DB: "Check Quota & Role (RBAC)"
alt "Quota Exceeded"
    Edge-->>Client: "429 Too Many Requests"
else "Authorized"
    Edge->>DB: "Log Audit Trail"
    Edge->>API: "Forward Request"
    API-->>Client: "Analysis Result"
end
</div>
<hr>
<h2 id="2-reliable-webhook-delivery">2. Reliable Webhook Delivery</h2>
<p>Our webhook system is decoupled from the main request lifecycle using <strong>Google Cloud Pub/Sub</strong>. This ensures that even if your endpoint is temporarily down, we will retry delivery with exponential backoff.</p>
<div class="mermaid">
sequenceDiagram
participant API as "Analyze Service"
participant Topic as "Pub/Sub Topic"
participant Worker as "Webhook Worker"
participant Hub as "Client Endpoint"
API->>Topic: "Publish: analysis.completed"
API-->>API: "HTTP 202 Accepted"
Topic->>Worker: "Trigger: New Event"
Worker->>Worker: "Sign Payload (HMAC-SHA256)"
Worker->>Hub: "POST (with PlantCare-Signature)"
alt "Endpoint Down (5xx/4xx)"
    Hub-->>Worker: "Error"
    Worker->>Worker: "Retry with Exponential Backoff"
else "Success (2xx)"
    Hub-->>Worker: "200 OK"
end
</div>
<hr>
<h2 id="3-stateless-scalability">3. Stateless Scalability</h2>
<p>The <strong>Analyze Service</strong> is purely stateless. This allows the platform to:</p>
<ul>
<li><strong>Auto-Scale</strong>: Handle sudden traffic spikes by spawning hundreds of instances in seconds.</li>
<li><strong>Self-Heal</strong>: If an instance fails, another one immediately takes its place without losing session state.</li>
<li><strong>Global Reach</strong>: Deploy code to multiple GCP regions simultaneously for low-latency access.</li>
</ul>
<hr>
<h2 id="4-unified-analysis-pipeline">4. Unified Analysis Pipeline</h2>
<p>Our Go-based Enterprise API handles both mobile and third-party programmatic inputs through a single, intelligent endpoint.</p>
<ul>
<li><strong>Native Mobile Support</strong>: Automatically detects <code>storagePath</code> payloads from our mobile apps, utilizing optimized WebP files already present in our secure Cloud Storage buckets.</li>
<li><strong>Programmatic Base64 Support</strong>: Accepts raw image data from enterprise clients, automatically handling secure ingestion, malware scanning, and optimization before AI analysis.</li>
<li><strong>Multilingual Analysis</strong>: Enterprise clients and mobile users can specify a <code>language</code> parameter to receive localized diagnoses and care advice in their preferred language.</li>
</ul>
]]></content:encoded>
    </item>
    <item>
      <title>Secure Event-Driven Integrations: Gemini API Webhooks Implemented</title>
      <link>https://plantcare.farm/en/news/gemini_webhooks/</link>
      <pubDate>Fri, 29 May 2026 14:00:00 -0600</pubDate>
      <guid>https://plantcare.farm/en/news/gemini_webhooks/</guid>
      <description>&lt;p&gt;Enterprise partners can now leverage real-time callbacks for Google Gemini API batch operations and video generation tasks. We have deployed inbound webhook endpoints on both our Go and Node.js backend services, securing them with robust cryptographic validation.&lt;/p&gt;
&lt;h3 id=&#34;synchronous-vs-asynchronous-integration&#34;&gt;Synchronous vs. Asynchronous Integration&lt;/h3&gt;
&lt;p&gt;To optimize response times and resource utilization, our platform separates diagnostic execution lanes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Standard Diagnostic Queries&lt;/strong&gt;: Mobile app diagnostics and standard user queries are processed synchronously in real-time using immediate API endpoints or transactional task queues that call the AI engine directly.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Gemini API Webhooks&lt;/strong&gt;: Exclusively reserved for asynchronous long-running operations—including bulk B2B batch evaluations, explanatory video generation, and agent-orchestration workloads.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;cryptographic-security-standards&#34;&gt;Cryptographic Security Standards&lt;/h3&gt;
&lt;p&gt;To guarantee authenticity, our handlers support dual-mode signature validation:&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Enterprise partners can now leverage real-time callbacks for Google Gemini API batch operations and video generation tasks. We have deployed inbound webhook endpoints on both our Go and Node.js backend services, securing them with robust cryptographic validation.</p>
<h3 id="synchronous-vs-asynchronous-integration">Synchronous vs. Asynchronous Integration</h3>
<p>To optimize response times and resource utilization, our platform separates diagnostic execution lanes:</p>
<ul>
<li><strong>Standard Diagnostic Queries</strong>: Mobile app diagnostics and standard user queries are processed synchronously in real-time using immediate API endpoints or transactional task queues that call the AI engine directly.</li>
<li><strong>Gemini API Webhooks</strong>: Exclusively reserved for asynchronous long-running operations—including bulk B2B batch evaluations, explanatory video generation, and agent-orchestration workloads.</li>
</ul>
<h3 id="cryptographic-security-standards">Cryptographic Security Standards</h3>
<p>To guarantee authenticity, our handlers support dual-mode signature validation:</p>
<ul>
<li><strong>Static Symmetric Signatures</strong>: Project-level webhooks sign payloads using Standard Webhooks HMAC-SHA256, validated against our signing secrets with timing-safe comparison to prevent timing attacks. Replay attacks are mitigated via strict timestamp window validation (&lt;5 minutes).</li>
<li><strong>Dynamic Asymmetric Signatures</strong>: Request-level webhooks sign payloads with RS256 JWT tokens, verified dynamically using Google&rsquo;s public JSON Web Key Set (JWKS) fetched from the official Google Generative Language endpoint.</li>
</ul>
<h3 id="architecture-highlights">Architecture Highlights</h3>
<ol>
<li><strong>Idempotency &amp; Deduplication</strong>: Atomic check-and-create triggers in the database prevent processing duplicate payloads.</li>
<li><strong>Asynchronous Dispatching</strong>: Verified payloads are published to internal messaging topics for worker state updates, ensuring rapid response times.</li>
<li><strong>Quota Integrity</strong>: Quota billing is completed atomically only after a batch run completes successfully.</li>
</ol>
<p>Upgrade your enterprise integration today to leverage secure, real-time callbacks!</p>
]]></content:encoded>
    </item>
    <item>
      <title>B2B IoT Core: Spatial Device Hierarchy &amp; Telemetry Mapping</title>
      <link>https://plantcare.farm/en/news/iot_hierarchical_linking/</link>
      <pubDate>Fri, 29 May 2026 01:44:00 -0600</pubDate>
      <guid>https://plantcare.farm/en/news/iot_hierarchical_linking/</guid>
      <description>&lt;p&gt;We are pleased to introduce the &lt;strong&gt;B2B IoT Core Engine&lt;/strong&gt; inside our standard Enterprise API, enabling unified monitoring of sensors, cameras, and drones.&lt;/p&gt;
&lt;p&gt;This service introduces a rigorous spatial data consistency model to manage large-scale agricultural device deployments.&lt;/p&gt;
&lt;h3 id=&#34;b2b-iot-highlights&#34;&gt;B2B IoT Highlights:&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Unified CRUD Endpoints&lt;/strong&gt;: Complete endpoint coverage via &lt;code&gt;/v1/iot/devices&lt;/code&gt; (&lt;code&gt;GET&lt;/code&gt; and &lt;code&gt;POST&lt;/code&gt;) and &lt;code&gt;/v1/iot/devices/{id}&lt;/code&gt; (&lt;code&gt;PATCH&lt;/code&gt; and &lt;code&gt;DELETE&lt;/code&gt;) for register, list, update, and decommissioning operations.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Strict Geographical Relationships&lt;/strong&gt;: Devices are linked via a strict Firebase document path schema (&lt;code&gt;Project&lt;/code&gt; -&amp;gt; &lt;code&gt;Country&lt;/code&gt; -&amp;gt; &lt;code&gt;City&lt;/code&gt; -&amp;gt; &lt;code&gt;Place&lt;/code&gt; -&amp;gt; &lt;code&gt;Plant&lt;/code&gt;), ensuring telemetry query consistency and securing B2B access boundaries.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Multi-Entity Association&lt;/strong&gt;: Telemetry data from a single node (e.g. canopy temperature sensor) can be associated with multiple target plant entities in the database, maximizing sensor utility.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;AI Telemetry Co-Processing&lt;/strong&gt;: The API gateway maps IoT telemetry (soil moisture, solar radiation, leaf wetness) into AI payload queries, enabling Vertex AI to perform diagnostic validations using real-time crop parameters.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Integrate your sensor network with our robust B2B IoT API today.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>We are pleased to introduce the <strong>B2B IoT Core Engine</strong> inside our standard Enterprise API, enabling unified monitoring of sensors, cameras, and drones.</p>
<p>This service introduces a rigorous spatial data consistency model to manage large-scale agricultural device deployments.</p>
<h3 id="b2b-iot-highlights">B2B IoT Highlights:</h3>
<ul>
<li><strong>Unified CRUD Endpoints</strong>: Complete endpoint coverage via <code>/v1/iot/devices</code> (<code>GET</code> and <code>POST</code>) and <code>/v1/iot/devices/{id}</code> (<code>PATCH</code> and <code>DELETE</code>) for register, list, update, and decommissioning operations.</li>
<li><strong>Strict Geographical Relationships</strong>: Devices are linked via a strict Firebase document path schema (<code>Project</code> -&gt; <code>Country</code> -&gt; <code>City</code> -&gt; <code>Place</code> -&gt; <code>Plant</code>), ensuring telemetry query consistency and securing B2B access boundaries.</li>
<li><strong>Multi-Entity Association</strong>: Telemetry data from a single node (e.g. canopy temperature sensor) can be associated with multiple target plant entities in the database, maximizing sensor utility.</li>
<li><strong>AI Telemetry Co-Processing</strong>: The API gateway maps IoT telemetry (soil moisture, solar radiation, leaf wetness) into AI payload queries, enabling Vertex AI to perform diagnostic validations using real-time crop parameters.</li>
</ul>
<p>Integrate your sensor network with our robust B2B IoT API today.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Environmental Analytics: Weather &amp; GPS Integration for B2B APIs</title>
      <link>https://plantcare.farm/en/news/gps_weather_diagnostics/</link>
      <pubDate>Fri, 29 May 2026 01:43:00 -0600</pubDate>
      <guid>https://plantcare.farm/en/news/gps_weather_diagnostics/</guid>
      <description>&lt;p&gt;We are pleased to introduce the &lt;strong&gt;Environmental and Weather-Aware Analytics Engine&lt;/strong&gt; within the standard Enterprise API.&lt;/p&gt;
&lt;p&gt;Agricultural organizations can now leverage location-based historical weather intelligence directly in their programmatic analysis flows.&lt;/p&gt;
&lt;h3 id=&#34;b2b-analytical-features&#34;&gt;B2B Analytical Features:&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;API Coordinates Binding&lt;/strong&gt;: Endpoints &lt;code&gt;/v1/analyses&lt;/code&gt; and &lt;code&gt;/v1/analyses/sync&lt;/code&gt; now support bindings for &lt;code&gt;latitude&lt;/code&gt; and &lt;code&gt;longitude&lt;/code&gt; in request payloads.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;7-Day Weather Data Reconciler&lt;/strong&gt;: The API automatically queries local weather archives to fetch temperature, precipitation, and environmental metadata at the specific sample coordinates over the preceding 7-day period.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;High-Precision AI Diagnostics&lt;/strong&gt;: Vertex AI analyzes crop images alongside the weather telemetry. This isolates climate-induced anomalies (e.g. cold stress, dry winds) from pathological conditions (e.g. fungal infections), improving diagnostic reliability.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Enhanced Agronomic Recommendations&lt;/strong&gt;: The output includes automated advice customized to your region&amp;rsquo;s microclimate and short-term weather trends.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Elevate your crop monitoring accuracy with weather-aware enterprise diagnostics.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>We are pleased to introduce the <strong>Environmental and Weather-Aware Analytics Engine</strong> within the standard Enterprise API.</p>
<p>Agricultural organizations can now leverage location-based historical weather intelligence directly in their programmatic analysis flows.</p>
<h3 id="b2b-analytical-features">B2B Analytical Features:</h3>
<ul>
<li><strong>API Coordinates Binding</strong>: Endpoints <code>/v1/analyses</code> and <code>/v1/analyses/sync</code> now support bindings for <code>latitude</code> and <code>longitude</code> in request payloads.</li>
<li><strong>7-Day Weather Data Reconciler</strong>: The API automatically queries local weather archives to fetch temperature, precipitation, and environmental metadata at the specific sample coordinates over the preceding 7-day period.</li>
<li><strong>High-Precision AI Diagnostics</strong>: Vertex AI analyzes crop images alongside the weather telemetry. This isolates climate-induced anomalies (e.g. cold stress, dry winds) from pathological conditions (e.g. fungal infections), improving diagnostic reliability.</li>
<li><strong>Enhanced Agronomic Recommendations</strong>: The output includes automated advice customized to your region&rsquo;s microclimate and short-term weather trends.</li>
</ul>
<p>Elevate your crop monitoring accuracy with weather-aware enterprise diagnostics.</p>
]]></content:encoded>
    </item>
    <item>
      <title>High-Availability: Real-Time Analysis Recovery and Self-Healing API</title>
      <link>https://plantcare.farm/en/news/analysis_recovery/</link>
      <pubDate>Fri, 29 May 2026 01:42:00 -0600</pubDate>
      <guid>https://plantcare.farm/en/news/analysis_recovery/</guid>
      <description>&lt;p&gt;We are excited to share our latest infrastructure update: &lt;strong&gt;Automated Analysis Recovery and Self-Healing API Engine&lt;/strong&gt; for enterprise clients.&lt;/p&gt;
&lt;p&gt;This service guarantees high availability and uninterrupted workflows, even in challenging field conditions with high network latency or partial outages.&lt;/p&gt;
&lt;h3 id=&#34;infrastructure-highlights&#34;&gt;Infrastructure Highlights:&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Transaction Recovery Pipeline&lt;/strong&gt;: An automated cron routine actively monitors active analyses in Firestore. If an API request stalls or fails due to external service timeout, the recovery worker programmatically completes the task.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Dynamic Client Timeout Configuration&lt;/strong&gt;: The analysis timeout limit is now managed dynamically via GCP Secret Manager (defaulting to 30 seconds) and communicated to clients in the API response, allowing instant optimization of client wait times without code redeployments.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Success-Only Quota Consumption&lt;/strong&gt;: In line with our strict B2B mandates, quotas are only consumed for successfully delivered analyses. Outages or failed processes do not count towards usage thresholds.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;FCM and Webhook Integration&lt;/strong&gt;: When a stalled transaction is recovered, results are dispatched immediately via Firebase Cloud Messaging (FCM) to mobile clients and registered webhooks to enterprise ERP integrations.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Zero-Panic Fault Tolerance&lt;/strong&gt;: Built-in health guards prevent runtime process crashes. If global services (Firestore, Vertex AI, Storage) experience transient latency, the system safely handles failures and queues retries.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Ensure business continuity and diagnostic reliability with our updated API.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>We are excited to share our latest infrastructure update: <strong>Automated Analysis Recovery and Self-Healing API Engine</strong> for enterprise clients.</p>
<p>This service guarantees high availability and uninterrupted workflows, even in challenging field conditions with high network latency or partial outages.</p>
<h3 id="infrastructure-highlights">Infrastructure Highlights:</h3>
<ul>
<li><strong>Transaction Recovery Pipeline</strong>: An automated cron routine actively monitors active analyses in Firestore. If an API request stalls or fails due to external service timeout, the recovery worker programmatically completes the task.</li>
<li><strong>Dynamic Client Timeout Configuration</strong>: The analysis timeout limit is now managed dynamically via GCP Secret Manager (defaulting to 30 seconds) and communicated to clients in the API response, allowing instant optimization of client wait times without code redeployments.</li>
<li><strong>Success-Only Quota Consumption</strong>: In line with our strict B2B mandates, quotas are only consumed for successfully delivered analyses. Outages or failed processes do not count towards usage thresholds.</li>
<li><strong>FCM and Webhook Integration</strong>: When a stalled transaction is recovered, results are dispatched immediately via Firebase Cloud Messaging (FCM) to mobile clients and registered webhooks to enterprise ERP integrations.</li>
<li><strong>Zero-Panic Fault Tolerance</strong>: Built-in health guards prevent runtime process crashes. If global services (Firestore, Vertex AI, Storage) experience transient latency, the system safely handles failures and queues retries.</li>
</ul>
<p>Ensure business continuity and diagnostic reliability with our updated API.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Compliance &amp; Integrity: Full GDPR Parity Across Enterprise APIs</title>
      <link>https://plantcare.farm/en/news/gdpr_compliance/</link>
      <pubDate>Fri, 29 May 2026 01:41:00 -0600</pubDate>
      <guid>https://plantcare.farm/en/news/gdpr_compliance/</guid>
      <description>&lt;p&gt;We are pleased to announce the full integration of &lt;strong&gt;GDPR-compliant data management&lt;/strong&gt; across all standard Enterprise API endpoints and services.&lt;/p&gt;
&lt;p&gt;For B2B partners and agricultural corporations, this ensures absolute compliance with international data protection laws.&lt;/p&gt;
&lt;h3 id=&#34;b2b-compliance-features&#34;&gt;B2B Compliance Features:&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Comprehensive Portability Exports&lt;/strong&gt;: B2B accounts can programmatically query complete metadata archives (containing user profiles, IoT device logs, folder configurations, and usage limits) via our versioned GDPR endpoints.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Anonymization and Scientific Research Dataset&lt;/strong&gt;: Account closures trigger the automated anonymization pipeline, stripping PII and mapping observations to research nodes.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Privacy by Design&lt;/strong&gt;: In compliance with strict GDPR regulations, precise GPS telemetry data is never stored in permanent database records, utilizing transient broker pipelines for analysis and only persisting generalized regional metadata.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Ensure corporate compliance with our standard privacy-first tools.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>We are pleased to announce the full integration of <strong>GDPR-compliant data management</strong> across all standard Enterprise API endpoints and services.</p>
<p>For B2B partners and agricultural corporations, this ensures absolute compliance with international data protection laws.</p>
<h3 id="b2b-compliance-features">B2B Compliance Features:</h3>
<ul>
<li><strong>Comprehensive Portability Exports</strong>: B2B accounts can programmatically query complete metadata archives (containing user profiles, IoT device logs, folder configurations, and usage limits) via our versioned GDPR endpoints.</li>
<li><strong>Anonymization and Scientific Research Dataset</strong>: Account closures trigger the automated anonymization pipeline, stripping PII and mapping observations to research nodes.</li>
<li><strong>Privacy by Design</strong>: In compliance with strict GDPR regulations, precise GPS telemetry data is never stored in permanent database records, utilizing transient broker pipelines for analysis and only persisting generalized regional metadata.</li>
</ul>
<p>Ensure corporate compliance with our standard privacy-first tools.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Granular Team Management &amp; Worker Auth Flow Released</title>
      <link>https://plantcare.farm/en/news/enterprise_worker_auth/</link>
      <pubDate>Fri, 29 May 2026 01:40:00 -0600</pubDate>
      <guid>https://plantcare.farm/en/news/enterprise_worker_auth/</guid>
      <description>&lt;p&gt;We are proud to release our &lt;strong&gt;Hierarchical Team Management and Worker Authentication&lt;/strong&gt; framework for B2B partners.&lt;/p&gt;
&lt;p&gt;This capability is designed to help agricultural operations manage field workers, analysts, and agronomists within a secure, centralized enterprise profile.&lt;/p&gt;
&lt;h3 id=&#34;b2b-management-highlights&#34;&gt;B2B Management Highlights:&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Admin-Controlled OTP Invitations&lt;/strong&gt;: Enterprise administrators can invite employees directly from the dashboard. The system generates a unique One-Time Password (OTP) valid for 24 hours, automatically invalidating any previous invitations.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Enterprise Web Dashboard Access&lt;/strong&gt;: Users assigned to the &lt;code&gt;enterprise_worker&lt;/code&gt; tier can safely log into the Enterprise Dashboard to monitor IoT sensors, analysis logs, and project parameters. Free and Pro tier accounts are strictly denied access.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Strict Verification Policies&lt;/strong&gt;: In compliance with enterprise security requirements, worker profiles must authenticate using a password-only credentials flow. Personal Social Sign-On (Google/Apple SSO) is prohibited for worker roles.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Permanent Account Binding&lt;/strong&gt;: Worker profiles are permanently linked to the organization. They cannot make independent upgrades or billing modifications, maintaining total corporate oversight.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Optimize your agricultural operations and secure your data today.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>We are proud to release our <strong>Hierarchical Team Management and Worker Authentication</strong> framework for B2B partners.</p>
<p>This capability is designed to help agricultural operations manage field workers, analysts, and agronomists within a secure, centralized enterprise profile.</p>
<h3 id="b2b-management-highlights">B2B Management Highlights:</h3>
<ul>
<li><strong>Admin-Controlled OTP Invitations</strong>: Enterprise administrators can invite employees directly from the dashboard. The system generates a unique One-Time Password (OTP) valid for 24 hours, automatically invalidating any previous invitations.</li>
<li><strong>Enterprise Web Dashboard Access</strong>: Users assigned to the <code>enterprise_worker</code> tier can safely log into the Enterprise Dashboard to monitor IoT sensors, analysis logs, and project parameters. Free and Pro tier accounts are strictly denied access.</li>
<li><strong>Strict Verification Policies</strong>: In compliance with enterprise security requirements, worker profiles must authenticate using a password-only credentials flow. Personal Social Sign-On (Google/Apple SSO) is prohibited for worker roles.</li>
<li><strong>Permanent Account Binding</strong>: Worker profiles are permanently linked to the organization. They cannot make independent upgrades or billing modifications, maintaining total corporate oversight.</li>
</ul>
<p>Optimize your agricultural operations and secure your data today.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Project Roadmap 2026</title>
      <link>https://plantcare.farm/en/news/roadmap/</link>
      <pubDate>Fri, 22 May 2026 10:00:00 -0500</pubDate>
      <guid>https://plantcare.farm/en/news/roadmap/</guid>
      <description>&lt;p&gt;As we continue to evolve &lt;strong&gt;PlantCare&lt;/strong&gt;, we want to share our technological journey with our community. Our focus remains on precision, reliability, and security.&lt;/p&gt;
&lt;h2 id=&#34;recent-achievements-q2-2026&#34;&gt;Recent Achievements (Q2 2026)&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;GPS &amp;amp; 7-Day Weather Awareness&lt;/strong&gt;: We have successfully integrated real-time location capture and historical weather analysis. Our AI now considers the last week of temperature and precipitation at your exact coordinates to provide the most accurate diagnostic in the market.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Unified API Gateway&lt;/strong&gt;: We&amp;rsquo;ve launched a centralized entry point for all mobile and enterprise traffic, ensuring top-tier security and performance.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Automated Analysis Recovery&lt;/strong&gt;: Our backend now features a self-healing 3-day recovery cycle. Scans that fail due to transient system issues are automatically retried for free, ensuring users always receive their results and our database remains consistent.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Zero-Crash Hardening&lt;/strong&gt;: A massive refactoring of our data parsing logic to ensure the app remains stable even with incomplete or corrupted data.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;GDPR Privacy &amp;amp; Data Portability&lt;/strong&gt;: Deployed user-directed portability exports and erasure pipelines. Closed accounts automatically anonymize botanical telemetry to support global research securely while purging all personal data.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Enterprise Team Management &amp;amp; Worker Auth&lt;/strong&gt;: Released secure 24h OTP invitations, restricted password-only login pathways for worker roles, and role-based dashboard access controls to enforce corporate governance.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Hierarchical IoT Smart Farm Integration&lt;/strong&gt;: Designed spatial device mapping schemas (Project -&amp;gt; Country -&amp;gt; City -&amp;gt; Place -&amp;gt; Plant) for IoT sensors, cameras, and drones, co-processing sensor telemetry directly inside Vertex AI diagnostics.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Gemini API Event-Driven Webhooks&lt;/strong&gt;: Deployed secure inbound webhook gateways supporting symmetric static HMAC signatures and dynamic JWKS validation. Real-time batch and video status alerts are published via Pub/Sub to automate state reconciliation without blocking client cycles.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;achievements-q1-2026&#34;&gt;Achievements (Q1 2026)&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;API Version 1 Standardization&lt;/strong&gt;: Standardized the legacy unversioned structure to a versioned &lt;code&gt;v1&lt;/code&gt; RESTful hierarchy across both Node.js and Go backend platforms to prepare the system for public API access and gateway routing.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Unified API Gateway &amp;amp; Routing&lt;/strong&gt;: Migrated backend APIs behind a centralized API Gateway, implementing secure client routing, enforcing API-only database access policies, and securing private backend endpoints.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cross-Platform Integration Testing&lt;/strong&gt;: Integrated automated test suites executing via Firebase Test Lab in the CI/CD pipeline, and established jailbreak detection and security validation.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Standardized Error Payload &amp;amp; Logging&lt;/strong&gt;: Standardized API error payloads across both Go and Node.js backend handlers, implementing consistent logging and client-safe error envelopes.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Analysis Impressions (Feedback Flow)&lt;/strong&gt;: Implemented thumbs up/down feedback persistence and synchronization mechanisms to track user satisfaction with AI plant diagnostics.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;upcoming-milestones-q3---q4-2026&#34;&gt;Upcoming Milestones (Q3 - Q4 2026)&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Swift Package Manager (SPM) Migration&lt;/strong&gt;: Following Apple&amp;rsquo;s and Firebase&amp;rsquo;s latest standards, we will be migrating our iOS core to SPM. This ensures we stay at the forefront of the Apple ecosystem and maintain the highest security standards.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Agricultural Neural Refinement&lt;/strong&gt;: Further improving our Gemini prompts to specialize in specific regional crop diseases.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Enterprise Webhook Enhancements&lt;/strong&gt;: Real-time notifications for B2B customers when large-scale environmental anomalies are detected in their monitored zones.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Stay tuned for more updates!&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>As we continue to evolve <strong>PlantCare</strong>, we want to share our technological journey with our community. Our focus remains on precision, reliability, and security.</p>
<h2 id="recent-achievements-q2-2026">Recent Achievements (Q2 2026)</h2>
<ul>
<li><strong>GPS &amp; 7-Day Weather Awareness</strong>: We have successfully integrated real-time location capture and historical weather analysis. Our AI now considers the last week of temperature and precipitation at your exact coordinates to provide the most accurate diagnostic in the market.</li>
<li><strong>Unified API Gateway</strong>: We&rsquo;ve launched a centralized entry point for all mobile and enterprise traffic, ensuring top-tier security and performance.</li>
<li><strong>Automated Analysis Recovery</strong>: Our backend now features a self-healing 3-day recovery cycle. Scans that fail due to transient system issues are automatically retried for free, ensuring users always receive their results and our database remains consistent.</li>
<li><strong>Zero-Crash Hardening</strong>: A massive refactoring of our data parsing logic to ensure the app remains stable even with incomplete or corrupted data.</li>
<li><strong>GDPR Privacy &amp; Data Portability</strong>: Deployed user-directed portability exports and erasure pipelines. Closed accounts automatically anonymize botanical telemetry to support global research securely while purging all personal data.</li>
<li><strong>Enterprise Team Management &amp; Worker Auth</strong>: Released secure 24h OTP invitations, restricted password-only login pathways for worker roles, and role-based dashboard access controls to enforce corporate governance.</li>
<li><strong>Hierarchical IoT Smart Farm Integration</strong>: Designed spatial device mapping schemas (Project -&gt; Country -&gt; City -&gt; Place -&gt; Plant) for IoT sensors, cameras, and drones, co-processing sensor telemetry directly inside Vertex AI diagnostics.</li>
<li><strong>Gemini API Event-Driven Webhooks</strong>: Deployed secure inbound webhook gateways supporting symmetric static HMAC signatures and dynamic JWKS validation. Real-time batch and video status alerts are published via Pub/Sub to automate state reconciliation without blocking client cycles.</li>
</ul>
<h2 id="achievements-q1-2026">Achievements (Q1 2026)</h2>
<ul>
<li><strong>API Version 1 Standardization</strong>: Standardized the legacy unversioned structure to a versioned <code>v1</code> RESTful hierarchy across both Node.js and Go backend platforms to prepare the system for public API access and gateway routing.</li>
<li><strong>Unified API Gateway &amp; Routing</strong>: Migrated backend APIs behind a centralized API Gateway, implementing secure client routing, enforcing API-only database access policies, and securing private backend endpoints.</li>
<li><strong>Cross-Platform Integration Testing</strong>: Integrated automated test suites executing via Firebase Test Lab in the CI/CD pipeline, and established jailbreak detection and security validation.</li>
<li><strong>Standardized Error Payload &amp; Logging</strong>: Standardized API error payloads across both Go and Node.js backend handlers, implementing consistent logging and client-safe error envelopes.</li>
<li><strong>Analysis Impressions (Feedback Flow)</strong>: Implemented thumbs up/down feedback persistence and synchronization mechanisms to track user satisfaction with AI plant diagnostics.</li>
</ul>
<h2 id="upcoming-milestones-q3---q4-2026">Upcoming Milestones (Q3 - Q4 2026)</h2>
<ul>
<li><strong>Swift Package Manager (SPM) Migration</strong>: Following Apple&rsquo;s and Firebase&rsquo;s latest standards, we will be migrating our iOS core to SPM. This ensures we stay at the forefront of the Apple ecosystem and maintain the highest security standards.</li>
<li><strong>Agricultural Neural Refinement</strong>: Further improving our Gemini prompts to specialize in specific regional crop diseases.</li>
<li><strong>Enterprise Webhook Enhancements</strong>: Real-time notifications for B2B customers when large-scale environmental anomalies are detected in their monitored zones.</li>
</ul>
<p>Stay tuned for more updates!</p>
]]></content:encoded>
    </item>
    <item>
      <title>Why Choose PlantCare?</title>
      <link>https://plantcare.farm/en/news/why_plantcare/</link>
      <pubDate>Fri, 16 Jan 2026 14:00:00 -0500</pubDate>
      <guid>https://plantcare.farm/en/news/why_plantcare/</guid>
      <description>&lt;p&gt;PlantCare Enterprise is designed to offer the smartest, most secure, and most transparent plant care ecosystem for commercial operations. Here&amp;rsquo;s what sets us apart:&lt;/p&gt;
&lt;h3 id=&#34;1-zero-panic-reliability&#34;&gt;1. Zero-Panic Reliability&lt;/h3&gt;
&lt;p&gt;Commercial greenhouse operations and large-scale precision farming cannot afford service downtime. Our backend is built on a &lt;strong&gt;Zero-Panic Infrastructure&lt;/strong&gt;—a self-healing architecture that autonomously recovers from transient cloud failures. Your automated diagnostic pipelines stay alive, even during enterprise-scale cold starts.&lt;/p&gt;
&lt;h3 id=&#34;2-success-only-metering-our-fairness-guarantee&#34;&gt;2. Success-Only Metering (Our Fairness Guarantee)&lt;/h3&gt;
&lt;p&gt;We believe in a clear and equitable commercial partnership. With our &lt;strong&gt;Success-Only Metering&lt;/strong&gt; policy, your enterprise quota is only consumed for value-generating analysis. We don&amp;rsquo;t charge for rejected payloads, system timeouts, or transient AI generation bottlenecks. You only pay for results.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>PlantCare Enterprise is designed to offer the smartest, most secure, and most transparent plant care ecosystem for commercial operations. Here&rsquo;s what sets us apart:</p>
<h3 id="1-zero-panic-reliability">1. Zero-Panic Reliability</h3>
<p>Commercial greenhouse operations and large-scale precision farming cannot afford service downtime. Our backend is built on a <strong>Zero-Panic Infrastructure</strong>—a self-healing architecture that autonomously recovers from transient cloud failures. Your automated diagnostic pipelines stay alive, even during enterprise-scale cold starts.</p>
<h3 id="2-success-only-metering-our-fairness-guarantee">2. Success-Only Metering (Our Fairness Guarantee)</h3>
<p>We believe in a clear and equitable commercial partnership. With our <strong>Success-Only Metering</strong> policy, your enterprise quota is only consumed for value-generating analysis. We don&rsquo;t charge for rejected payloads, system timeouts, or transient AI generation bottlenecks. You only pay for results.</p>
<h3 id="3-malware-signature-analysis-proactive-security">3. Malware Signature Analysis (Proactive Security)</h3>
<p>Your digital security is paramount. PlantCare Enterprise proactively scans all incoming imagery for malware signatures and firm analysis. This unique security layer helps protect your corporate infrastructure and data sovereignty, making large-scale data ingestion a worry-free activity.</p>
<h3 id="4-contextual-ai-for-smarter-care">4. Contextual AI for Smarter Care</h3>
<p>Unlike generic indicators, our <strong>AI model</strong> powered diagnostic engine incorporates contextual metadata. By integrating your sensor data (sunlight, moisture, humidity), we provide truly personalized advice tailored to your commercial environment.</p>
<h3 id="5-data-sovereignty--auditability">5. Data Sovereignty &amp; Auditability</h3>
<p>Maintain full control over your data with detailed audit logs and flexible data export options. Our platform is built for enterprises that require transparency and strict record-keeping for agricultural compliance.</p>
<p>Choose PlantCare Enterprise for a healthier yield and a smarter, safer, and fairer agricultural journey!</p>
]]></content:encoded>
    </item>
    <item>
      <title>Pricing and Tiers</title>
      <link>https://plantcare.farm/en/news/pricing_and_tiers/</link>
      <pubDate>Fri, 16 Jan 2026 13:00:00 -0500</pubDate>
      <guid>https://plantcare.farm/en/news/pricing_and_tiers/</guid>
      <description>&lt;p&gt;PlantCare offers three tiers:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Free Tier:&lt;/strong&gt; Provides essential plant analysis and care advice, with a limit of 3 analyses per day. Includes cloud history synchronization for the past 12 months and full Data Export capabilities.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Premium Subscription ($10 USD monthly):&lt;/strong&gt; Offers unlimited analyses, an ad-free experience, unlimited cloud history retention, and priority processing. This is subject to a Fair Use Policy to ensure equitable service for all users.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Enterprise (Reach out to us about pricing):&lt;/strong&gt; Offers programmatic API access for businesses to integrate PlantCare AI directly into their systems, with a dedicated token management portal.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;success-only-metering-our-b2b-guarantee&#34;&gt;Success-Only Metering (Our B2B Guarantee)&lt;/h3&gt;
&lt;p&gt;For our Enterprise clients, we implement &lt;strong&gt;Success-Only Metering&lt;/strong&gt;. Your daily quota and API credits are only consumed upon the successful completion of a value-generating operation. We do &lt;strong&gt;not&lt;/strong&gt; charge for:&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>PlantCare offers three tiers:</p>
<ul>
<li><strong>Free Tier:</strong> Provides essential plant analysis and care advice, with a limit of 3 analyses per day. Includes cloud history synchronization for the past 12 months and full Data Export capabilities.</li>
<li><strong>Premium Subscription ($10 USD monthly):</strong> Offers unlimited analyses, an ad-free experience, unlimited cloud history retention, and priority processing. This is subject to a Fair Use Policy to ensure equitable service for all users.</li>
<li><strong>Enterprise (Reach out to us about pricing):</strong> Offers programmatic API access for businesses to integrate PlantCare AI directly into their systems, with a dedicated token management portal.</li>
</ul>
<h3 id="success-only-metering-our-b2b-guarantee">Success-Only Metering (Our B2B Guarantee)</h3>
<p>For our Enterprise clients, we implement <strong>Success-Only Metering</strong>. Your daily quota and API credits are only consumed upon the successful completion of a value-generating operation. We do <strong>not</strong> charge for:</p>
<ul>
<li>Invalid or rejected image payloads.</li>
<li>Transient system timeouts or network failures.</li>
<li>AI generation failures or metadata extraction bottlenecks.</li>
</ul>
<h3 id="fair-use-policy-details">Fair Use Policy Details</h3>
<p>To prevent abuse of the Unlimited tier, the following restrictions apply:</p>
<ol>
<li><strong>Rate Limiting</strong>: A maximum of 10 requests per minute to prevent automated abuse.</li>
<li><strong>Soft Cap</strong>: After 50 requests per day, analysis speed may be throttled.</li>
<li><strong>Account Sharing</strong>: Only a single concurrent session is allowed per account.</li>
</ol>
<p>Additionally, if the system detects malicious code or prohibited content in an uploaded image, the user&rsquo;s account will be immediately locked for investigation.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Alpha Release</title>
      <link>https://plantcare.farm/en/news/alpha_release/</link>
      <pubDate>Fri, 16 Jan 2026 12:00:00 -0500</pubDate>
      <guid>https://plantcare.farm/en/news/alpha_release/</guid>
      <description>&lt;p&gt;We are excited to announce the alpha release of the PlantCare application. The application is now available for download on the App Store and Google Play. We welcome your feedback and suggestions.&lt;/p&gt;
&lt;div style=&#34;text-align: center; margin-top: 30px;&#34;&gt;
  &lt;a href=&#34;{{ .Site.Params.appStoreURL }}&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;img src=&#34;https://plantcare.farm/images/app-store-badge.png&#34; alt=&#34;Download on the App Store&#34; style=&#34;height: 60px; margin: 0 10px;&#34;&gt;
  &lt;/a&gt;
  &lt;a href=&#34;{{ .Site.Params.googlePlayURL }}&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;img src=&#34;https://plantcare.farm/images/google-play-badge.png&#34; alt=&#34;Get it on Google Play&#34; style=&#34;height: 60px; margin: 0 10px;&#34;&gt;
  &lt;/a&gt;
&lt;/div&gt;</description>
      <content:encoded><![CDATA[<p>We are excited to announce the alpha release of the PlantCare application. The application is now available for download on the App Store and Google Play. We welcome your feedback and suggestions.</p>
<div style="text-align: center; margin-top: 30px;">
  <a href="{{ .Site.Params.appStoreURL }}" target="_blank" rel="noopener noreferrer">
    <img src="/images/app-store-badge.png" alt="Download on the App Store" style="height: 60px; margin: 0 10px;">
  </a>
  <a href="{{ .Site.Params.googlePlayURL }}" target="_blank" rel="noopener noreferrer">
    <img src="/images/google-play-badge.png" alt="Get it on Google Play" style="height: 60px; margin: 0 10px;">
  </a>
</div>
]]></content:encoded>
    </item>
    <item>
      <title>IoT Sensor Integration</title>
      <link>https://plantcare.farm/en/sensors/iot-integration/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://plantcare.farm/en/sensors/iot-integration/</guid>
      <description>Combine real-time environmental data with AI-powered plant diagnostics for a 360-degree view of your operations.</description>
      <content:encoded><![CDATA[<h1 id="hardware-integration">Hardware Integration</h1>
<p>PlantCare Enterprise supports a wide range of IoT sensors to provide deeper context for our AI diagnostic engine.</p>
<h2 id="plantcare-certified-sensors">PlantCare Certified Sensors</h2>
<p>We offer a line of high-precision, low-power LoRaWAN and WiFi sensors designed for harsh agricultural environments.</p>
<ul>
<li><strong>Soil Moisture</strong>: Real-time volumetric water content.</li>
<li><strong>Luminosity</strong>: Spectral analysis for optimal photosynthesis.</li>
<li><strong>Ambient Context</strong>: High-precision temperature and humidity tracking.</li>
</ul>
<h2 id="custom-sensor-integration-bring-your-own-hardware">Custom Sensor Integration (Bring Your Own Hardware)</h2>
<p>If you already have a sensor network, you can easily register and manage your devices with our platform via the <strong>IoT Device Management API</strong>.</p>
<ul>
<li><strong>List Devices (<code>GET /v1/iot/devices</code>)</strong>: Retrieve all registered IoT devices for your enterprise account.</li>
<li><strong>Register Device (<code>POST /v1/iot/devices</code>)</strong>: Provision new sensors, cameras, or drones associated with projects, places, and plants.</li>
<li><strong>Update Device (<code>PATCH /v1/iot/devices/{id}</code>)</strong>: Reassign devices to different places/plants or update their metadata.</li>
<li><strong>Unregister Device (<code>DELETE /v1/iot/devices/{id}</code>)</strong>: Decommission devices when they are removed from the field.</li>
</ul>
<h2 id="why-sensors-matter">Why Sensors Matter?</h2>
<p>While visual analysis is powerful, environmental data allows the AI to:</p>
<ul>
<li>Predict potential disease outbreaks before symptoms appear.</li>
<li>Optimize watering schedules based on real-time soil depletion.</li>
<li>Identify light-related stress in indoor growing facilities.</li>
</ul>
<p><a href="/en/api/">View SDK Documentation</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Privacy Policy</title>
      <link>https://plantcare.farm/en/privacy/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://plantcare.farm/en/privacy/</guid>
      <description>&lt;h2 id=&#34;privacy-policy&#34;&gt;PRIVACY POLICY&lt;/h2&gt;
&lt;p&gt;Last updated: May 23, 2025&lt;/p&gt;
&lt;p&gt;This Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your information when You use the Service and tells You about Your privacy rights and how the law protects You.&lt;/p&gt;
&lt;p&gt;We use Your Personal data to provide and improve the Service. By using the Service, You agree to the collection and use of information in accordance with this Privacy Policy.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<h2 id="privacy-policy">PRIVACY POLICY</h2>
<p>Last updated: May 23, 2025</p>
<p>This Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your information when You use the Service and tells You about Your privacy rights and how the law protects You.</p>
<p>We use Your Personal data to provide and improve the Service. By using the Service, You agree to the collection and use of information in accordance with this Privacy Policy.</p>
<h2 id="interpretation-and-definitions">INTERPRETATION AND DEFINITIONS</h2>
<h3 id="interpretation">INTERPRETATION</h3>
<p>The words of which the initial letter is capitalized have meanings defined under the following conditions. The following definitions shall have the same meaning regardless of whether they appear in singular or in plural.</p>
<h3 id="definitions">DEFINITIONS</h3>
<p>For the purposes of this Privacy Policy:</p>
<ul>
<li><strong>Account</strong> means a unique account created for You to access our Service or parts of our Service.</li>
<li><strong>Affiliate</strong> means an entity that controls, is controlled by or is under common control with a party, where “control” means ownership of 50% or more of the shares, equity interest or other securities entitled to vote for election of directors or other managing authority.</li>
<li><strong>Company</strong> (referred to as either “the Company”, “We”, “Us” or “Our” in this Agreement) refers to Headup.</li>
<li><strong>Cookies</strong> are small files that are placed on Your computer, mobile device or any other device by a website, containing the details of Your browsing history on that website among its many uses.</li>
<li><strong>Country</strong> refers to: Mexico</li>
<li><strong>Device</strong> means any device that can access the Service such as a computer, a cellphone or a digital tablet.</li>
<li><strong>Personal Data</strong> is any information that relates to an identified or identifiable individual.</li>
<li><strong>Service</strong> refers to the Website.</li>
<li><strong>Service Provider</strong> means any natural or legal person who processes the data on behalf of the Company. It refers to third-party companies or individuals employed by the Company to facilitate the Service, to provide the Service on behalf of the Company, to perform services related to the Service or to assist the Company in analyzing how the Service is used.</li>
<li><strong>Usage Data</strong> refers to data collected automatically, either generated by the use of the Service or from the Service infrastructure itself (for example, the duration of a page visit).</li>
<li><strong>Website</strong> refers to Headup, accessible from <a href="https://plantcare.farm/">https://plantcare.farm/</a></li>
<li><strong>You</strong> means the individual accessing or using the Service, or the company, or other legal entity on behalf of which such individual is accessing or using the Service, as applicable.</li>
</ul>
<h2 id="collecting-and-using-your-personal-data">COLLECTING AND USING YOUR PERSONAL DATA</h2>
<h3 id="types-of-data-collected">TYPES OF DATA COLLECTED</h3>
<h4 id="personal-data">PERSONAL DATA</h4>
<p>While using Our Service, We may ask You to provide Us with certain personally identifiable information that can be used to contact or identify You. Personally identifiable information may include, but is not limited to:</p>
<ul>
<li>Email address</li>
<li>Usage Data</li>
</ul>
<h4 id="usage-data">USAGE DATA</h4>
<p>Usage Data is collected automatically when using the Service.</p>
<p>Usage Data may include information such as Your Device’s Internet Protocol address (e.g. IP address), browser type, browser version, the pages of our Service that You visit, the time and date of Your visit, the time spent on those pages, unique device identifiers and other diagnostic data.</p>
<p>When You access the Service by or through a mobile device, We may collect certain information automatically, including, but not limited to, the type of mobile device You use, Your mobile device unique ID, the IP address of Your mobile device, Your mobile operating system, the type of mobile Internet browser You use, unique device identifiers and other diagnostic data.</p>
<p>We may also collect information that Your browser sends whenever You visit our Service or when You access the Service by or through a mobile device.</p>
<h4 id="tracking-technologies-and-cookies">TRACKING TECHNOLOGIES AND COOKIES</h4>
<p>We use Cookies and similar tracking technologies to track the activity on Our Service and store certain information. Tracking technologies used are beacons, tags, and scripts to collect and track information and to improve and analyze Our Service. The technologies We use may include:</p>
<ul>
<li><strong>Cookies or Browser Cookies.</strong> A cookie is a small file placed on Your Device. You can instruct Your browser to refuse all Cookies or to indicate when a Cookie is being sent. However, if You do not accept Cookies, You may not be able to use some parts of our Service. Unless you have adjusted Your browser setting so that it will refuse Cookies, our Service may use Cookies.</li>
<li><strong>Web Beacons.</strong> Certain sections of our Service and our emails may contain small electronic files known as web beacons (also referred to as clear gifs, pixel tags, and single-pixel gifs) that permit the Company, for example, to count users who have visited those pages or opened an email and for other related website statistics (for example, recording the popularity of a certain section and verifying system and server integrity).</li>
</ul>
<p>Cookies can be “Persistent” or “Session” Cookies. Persistent Cookies remain on Your personal computer or mobile device when You go offline, while Session Cookies are deleted as soon as You close Your web browser.</p>
<p>We use both Session and Persistent Cookies for the purposes set out below:</p>
<ul>
<li><strong>Necessary / Essential Cookies</strong>
<ul>
<li>Type: Session Cookies</li>
<li>Administered by: Us</li>
<li>Purpose: These Cookies are essential to provide You with services available through the Website and to enable You to use some of its features. They help to authenticate users and prevent fraudulent use of user accounts. Without these Cookies, the services that You have asked for cannot be provided, and We only use these Cookies to provide You with those services.</li>
</ul>
</li>
<li><strong>Cookies Policy / Notice Acceptance Cookies</strong>
<ul>
<li>Type: Persistent Cookies</li>
<li>Administered by: Us</li>
<li>Purpose: These Cookies identify if users have accepted the use of cookies on the Website.</li>
</ul>
</li>
<li><strong>Functionality Cookies</strong>
<ul>
<li>Type: Persistent Cookies</li>
<li>Administered by: Us</li>
<li>Purpose: These Cookies allow us to remember choices You make when You use the Website, such as remembering your login details or language preference. The purpose of these Cookies is to provide You with a more personal experience and to avoid You having to re-enter your preferences every time You use the Website.</li>
</ul>
</li>
</ul>
<p>For more information about the cookies we use and your choices regarding cookies, please visit our Cookies Policy or the Cookies section of our Privacy Policy.</p>
<h3 id="use-of-your-personal-data">USE OF YOUR PERSONAL DATA</h3>
<p>The Company may use Personal Data for the following purposes:</p>
<ul>
<li>To provide and maintain our Service, including to monitor the usage of our Service.</li>
<li>To manage Your Account: to manage Your registration as a user of the Service. The Personal Data You provide can give You access to different functionalities of the Service that are available to You as a registered user.</li>
<li>For the performance of a contract: the development, compliance and undertaking of the purchase contract for the products, items or services You have purchased or of any other contract with Us through the Service.</li>
<li>To contact You: To contact You by email, telephone calls, SMS, or other equivalent forms of electronic communication, such as a mobile application’s push notifications regarding updates or informative communications related to the functionalities, products or contracted services, including the security updates, when necessary or reasonable for their implementation.</li>
<li>To provide You with news, special offers and general information about other goods, services and events which we offer that are similar to those that you have already purchased or enquired about unless You have opted not to receive such information.</li>
<li>To manage Your requests: To attend and manage Your requests to Us.</li>
<li>For business transfers: We may use Your information to evaluate or conduct a merger, divestiture, restructuring, reorganization, dissolution, or other sale or transfer of some or all of Our assets, whether as a going concern or as part of bankruptcy, liquidation, or similar proceeding, in which Personal Data held by Us about our Service users is among the assets transferred.</li>
<li>For other purposes: We may use Your information for other purposes, such as data analysis, identifying usage trends, determining the effectiveness of our promotional campaigns and to evaluate and improve our Service, products, services, marketing and your experience.</li>
</ul>
<p>We may share Your personal information in the following situations:</p>
<ul>
<li>With Service Providers: We may share Your personal information with Service Providers to monitor and analyze the use of our Service, to contact You.</li>
<li>For business transfers: We may share or transfer Your personal information in connection with, or during negotiations of, any merger, sale of Company assets, financing, or acquisition of all or a portion of Our business to another company.</li>
<li>With Affiliates: We may share Your information with Our affiliates, in which case we will require those affiliates to honor this Privacy Policy. Affiliates include Our parent company and any other subsidiaries, joint venture partners or other companies that We control or that are under common control with Us.</li>
<li>With business partners: We may share Your information with Our business partners to offer You certain products, services or promotions.</li>
<li>With other users: when You share personal information or otherwise interact in the public areas with other users, such information may be viewed by all users and may be publicly distributed outside.</li>
<li>With Your consent: We may disclose Your personal information for any other purpose with Your consent.</li>
</ul>
<h3 id="retention-of-your-personal-data">RETENTION OF YOUR PERSONAL DATA</h3>
<p>The Company will retain Your Personal Data only for as long as is necessary for the purposes set out in this Privacy Policy. We will retain and use Your Personal Data to the extent necessary to comply with our legal obligations (for example, if we are required to retain your data to comply with applicable laws), resolve disputes, and enforce our legal agreements and policies.</p>
<p>The Company will also retain Usage Data for internal analysis purposes. Usage Data is generally retained for a shorter period of time, except when this data is used to strengthen the security or to improve the functionality of Our Service, or We are legally obligated to retain this data for longer time periods.</p>
<h3 id="transfer-of-your-personal-data">TRANSFER OF YOUR PERSONAL DATA</h3>
<p>Your information, including Personal Data, is processed at the Company’s operating offices and in any other places where the parties involved in the processing are located. It means that this information may be transferred to — and maintained on — computers located outside of Your state, province, country or other governmental jurisdiction where the data protection laws may differ than those from Your jurisdiction.</p>
<p>Your consent to this Privacy Policy followed by Your submission of such information represents Your agreement to that transfer.</p>
<p>The Company will take all steps reasonably necessary to ensure that Your data is treated securely and in accordance with this Privacy Policy and no transfer of Your Personal Data will take place to an organization or a country unless there are adequate controls in place including the security of Your data and other personal information.</p>
<h3 id="delete-your-personal-data">DELETE YOUR PERSONAL DATA</h3>
<p>You have the right to delete or request that We assist in deleting the Personal Data that We have collected about You.</p>
<p>Our Service may give You the ability to delete certain information about You from within the Service.</p>
<p>You may update, amend, or delete Your information at any time by signing in to Your Account, if you have one, and visiting the account settings section that allows you to manage Your personal information. You may also contact Us to request access to, correct, or delete any personal information that You have provided to Us.</p>
<p>Please note, however, that We may need to retain certain information when we have a legal obligation or lawful basis to do so.</p>
<h3 id="disclosure-of-your-personal-data">DISCLOSURE OF YOUR PERSONAL DATA</h3>
<h4 id="business-transactions">BUSINESS TRANSACTIONS</h4>
<p>If the Company is involved in a merger, acquisition or asset sale, Your Personal Data may be transferred. We will provide notice before Your Personal Data is transferred and becomes subject to a different Privacy Policy.</p>
<h4 id="law-enforcement">LAW ENFORCEMENT</h4>
<p>Under certain circumstances, the Company may be required to disclose Your Personal Data if required to do so by law or in response to valid requests by public authorities (e.g. a court or a government agency).</p>
<h4 id="other-legal-requirements">OTHER LEGAL REQUIREMENTS</h4>
<p>The Company may disclose Your Personal Data in the good faith belief that such action is necessary to:</p>
<ul>
<li>Comply with a legal obligation</li>
<li>Protect and defend the rights or property of the Company</li>
<li>Prevent or investigate possible wrongdoing in connection with the Service</li>
<li>Protect the personal safety of Users of the Service or the public</li>
<li>Protect against legal liability</li>
</ul>
<h3 id="security-of-your-personal-data">SECURITY OF YOUR PERSONAL DATA</h3>
<p>The security of Your Personal Data is important to Us, but remember that a method of transmission over the Internet, or a method of electronic storage is 100% secure. While We strive to use commercially acceptable means to protect Your Personal Data, We cannot guarantee its absolute security.</p>
<h3 id="childrens-privacy">CHILDREN’S PRIVACY</h3>
<p>Our Service does not address anyone under the age of 13. We do not knowingly collect personally identifiable information from anyone under the age of 13. If You are a parent or guardian and You are aware that Your child has provided Us with Personal Data, please contact Us. If We become aware that We have collected Personal Data from anyone under the age of 13 without verification of parental consent, We take steps to remove that information from Our servers.</p>
<p>If We need to rely on consent as a legal basis for processing Your information and Your country requires consent from a parent, We may require Your parent’s consent before We collect and use that information.</p>
<h3 id="links-to-other-websites">LINKS TO OTHER WEBSITES</h3>
<p>Our Service may contain links to other websites that are not operated by Us. If You click on a third party link, You will be directed to that third party’s site. We strongly advise You to review the Privacy Policy of every site You visit.</p>
<p>We have no control over and assume no responsibility for the content, privacy policies or practices of any third party sites or services.</p>
<h3 id="changes-to-this-privacy-policy">CHANGES TO THIS PRIVACY POLICY</h3>
<p>We may update Our Privacy Policy from time to time. We will notify You of any changes by posting the new Privacy Policy on this page.</p>
<p>We will let You know via email and/or a prominent notice on Our Service, prior to the change becoming effective and update the “Last updated” date at the top of this Privacy Policy.</p>
<p>You are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.</p>
<h3 id="contact-us">CONTACT US</h3>
<p>If you have any questions about this Privacy Policy, You can contact us:</p>
<ul>
<li>By email: <span class="email-obfuscate">sw.pudaeh@oravla</span></li>
</ul>
]]></content:encoded>
    </item>
    <item>
      <title>Terms of Service</title>
      <link>https://plantcare.farm/en/terms/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://plantcare.farm/en/terms/</guid>
      <description>&lt;h2 id=&#34;terms-of-service&#34;&gt;TERMS OF SERVICE&lt;/h2&gt;
&lt;p&gt;These Terms of Service (&amp;ldquo;Terms&amp;rdquo;, &amp;ldquo;Terms of Service&amp;rdquo;) govern your relationship with Headup website (the &amp;ldquo;Service&amp;rdquo;) operated by Headup (&amp;ldquo;us&amp;rdquo;, &amp;ldquo;we&amp;rdquo;, or &amp;ldquo;our&amp;rdquo;).&lt;/p&gt;
&lt;p&gt;Please read these Terms of Service carefully before using our Service.&lt;/p&gt;
&lt;p&gt;Your access to and use of the Service is conditioned on your acceptance of and compliance with these Terms. These Terms apply to all visitors, users and others who access or use the Service.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<h2 id="terms-of-service">TERMS OF SERVICE</h2>
<p>These Terms of Service (&ldquo;Terms&rdquo;, &ldquo;Terms of Service&rdquo;) govern your relationship with Headup website (the &ldquo;Service&rdquo;) operated by Headup (&ldquo;us&rdquo;, &ldquo;we&rdquo;, or &ldquo;our&rdquo;).</p>
<p>Please read these Terms of Service carefully before using our Service.</p>
<p>Your access to and use of the Service is conditioned on your acceptance of and compliance with these Terms. These Terms apply to all visitors, users and others who access or use the Service.</p>
<p>By accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the terms then you may not access the Service.</p>
<h2 id="accounts">ACCOUNTS</h2>
<p>When you create an account with us, you must provide us information that is accurate, complete, and current at all times. Failure to do so constitutes a breach of the Terms, which may result in immediate termination of your account on our Service.</p>
<p>You are responsible for safeguarding the password that you use to access the Service and for any activities or actions under your password, whether your password is with our Service or a third-party service.</p>
<p>You agree not to disclose your password to any third party. You must notify us immediately upon becoming aware of any breach of security or unauthorized use of your account.</p>
<h3 id="acceptable-use-and-abuse-policy">ACCEPTABLE USE AND ABUSE POLICY</h3>
<p>You agree not to engage in any activity that interferes with or disrupts the Service, including but not limited to:</p>
<ul>
<li>Spamming or automated abuse of API endpoints.</li>
<li>Hacking attempts, reverse engineering, or probing the system for vulnerabilities.</li>
<li>Uploading malware, viruses, or any malicious content.</li>
<li>Bypassing rate limits or token quotas.</li>
</ul>
<p><strong>Any violation of these rules will result in the immediate and permanent locking of your account. In the event of an account lock due to abuse or terms violations, NO REFUNDS will be processed for any active subscriptions or purchased API tokens.</strong></p>
<p><strong>We reserve the right to conduct an investigation into any terms violation and pursue legal action to the fullest extent permitted by law, without prior notification.</strong></p>
<h2 id="links-to-other-web-sites">LINKS TO OTHER WEB SITES</h2>
<p>Our Service may contain links to third-party web sites or services that are not owned or controlled by Headup.</p>
<p>Headup has no control over, and assumes no responsibility for, the content, privacy policies, or practices of any third party web sites or services. You further acknowledge and agree that Headup shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods or services available on or through any such web sites or services.</p>
<p>We strongly advise you to read the terms and conditions and privacy policies of any third-party web sites or services that you visit.</p>
<h2 id="termination">TERMINATION</h2>
<p>We may terminate or suspend your account immediately, without prior notice or liability, for any reason whatsoever, including without limitation if you breach the Terms.</p>
<p>Upon termination, your right to use the Service will immediately cease. If you wish to terminate your account, you may simply discontinue using the Service.</p>
<h2 id="governing-law">GOVERNING LAW</h2>
<p>These Terms shall be governed and construed in accordance with the laws of Mexico, without regard to its conflict of law provisions.</p>
<p>Our failure to enforce any right or provision of these Terms will not be considered a waiver of those rights. If any provision of these Terms is held to be invalid or unenforceable by a court, the remaining provisions of these Terms will remain in effect. These Terms constitute the entire agreement between us regarding our Service, and supersede and replace any prior agreements we might have between us regarding the Service.</p>
<h2 id="changes">CHANGES</h2>
<p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 30 days notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.</p>
<p>By continuing to access or use our Service after those revisions become effective, you agree to be bound by the revised terms. If you do not agree to the new terms, please stop using the Service.</p>
<h2 id="contact-us">CONTACT US</h2>
<p>If you have any questions about these Terms, please contact us:</p>
<ul>
<li>By email: <span class="email-obfuscate">sw.pudaeh@oravla</span></li>
</ul>
]]></content:encoded>
    </item>
  </channel>
</rss>
