AcreFrame

Integrations

Integration readiness and data posture.

AcreFrame is designed to pull from existing systems, not replace them. This page documents what is available now, what requires design partner collaboration, and what is planned for production.

Integration matrix

Third-party names are descriptive examples only. No affiliation implied unless separately stated.

Source categoryExample systemsAvailable nowDesign partner modePlanned productionData typesRisk controlsNotes
Manual / CSV / PDF / email intakeSpreadsheets, PDF prescriptions, email attachments, scanned labelsYesPrimary modeSupported indefinitelyPlans, prescriptions, labels, scouting notes, receiptsFile type validation, size limits, human review requiredMost pilots start here. No API required.
Weather APIsNOAA, private weather services (descriptive examples only)PartialManual + API hybridMulti-source weather with inversion riskWind, precipitation, temperature, inversion indicesAPI timeout/retry, source attribution, human overrideNo affiliation implied with named services.
Farm management systemsFMIS platforms (descriptive examples only; no affiliation implied)NoCSV export / manual ingestAPI connectors where availableField boundaries, season plans, task listsSchema validation, artifact source tracking, human reviewThird-party names are descriptive only.
OEM / fleet / telematicsEquipment manufacturers (descriptive examples only)NoManual status inputTelematics ingestion from mixed fleetsMachine location, hours, maintenance status, calibrationAPI allowlist, timeout/retry, data validationNo OEM partnership or live integration exists today.
Imagery / sensorsSatellite, drone, soil sensor platforms (descriptive examples only)NoManual file uploadSignal ingestion as task triggersNDVI, soil moisture, thermal, scouting imageryFile type validation, metadata extraction, source taggingNo live sensor feed integrations exist today.
Accounting / inventoryERP, inventory systems (descriptive examples only)NoManual cost input / spreadsheetInvoice/cost cross-reference via API or fileInput costs, invoices, lot tracking, inventory levelsSchema validation, reconciliation review, no write-back without approvalRead-only or file-based initially.
Agronomy / scoutingScouting apps, agronomy platforms (descriptive examples only)NoManual note / image uploadStructured scouting signal intakeObservations, recommendations, imagery, pest pressureHuman review before task creation, source attributionNo live agronomy platform integrations exist today.
Work-order / dispatch systemsDispatch platforms (descriptive examples only)NoManual queue exportBidirectional queue sync where APIs existWork orders, assignments, completion statusAPI allowlist, conflict resolution, human approvalFuture production capability.

Data validation model

File type validation: only accepted formats are processed
Schema validation: structured data must match expected shape
Artifact source tracking: every document is tagged with origin and date
Human review: all ingestion outputs are reviewable before use
API timeout/retry/allowlist: no blind external calls
No blind redirect following: external links are not automatically traversed
No unsafe scrape ingestion: data is only ingested from user-uploaded files or approved APIs
Robots/ToS-aware public source policy: public data ingestion respects robots.txt and terms of service

Security and data boundary

  • All data in transit is encrypted via TLS 1.2+
  • Farm data is not sold or shared with third parties
  • API keys and tokens are stored in environment variables, never in client code
  • File uploads are scanned for type and size; malware scanning is planned for production
  • Integration tokens will be stored in a secrets manager for production deployments