UTC --:--:--
Frequently asked

Questions worth asking

Direct answers from the engineering and methodology side of Goable, grouped by what you came to find out: what is available today, how the score works, where coverage and confidence apply, the safety and decision boundaries, data and privacy, the open catalogue, research, and how to buy and get help.

Product status
Available now

Core scoring API, the open catalogue, and the self-serve free tier.

Limited, plan-gated

Selected source, location and endpoint coverage.

Design partner

Operational outcome collection and calibration workflows, via the Sealect reference integration, planned and not yet live.

Research

Underwriting, climate viability, and sustainability aggregates.

01
the product

Product and availability

What is Goable?

Goable is a physics-first suitability-scoring API for outdoor activities. One REST call to POST /v1/score turns weather, ocean, atmospheric and astronomical inputs into a single 0 to 100 verdict for a specific activity, place and time, with a confidence value and hard-gate context. The scoring path is deterministic and audit-logged; the activity catalogue is open under CC BY 4.0 while the engine is proprietary. See the science reference.

Who is Goable for?

Today Goable is a live product for booking platforms, operator and school software, travel apps and outdoor operations tools that need a machine-readable verdict instead of raw forecast numbers. Beyond that live product we are exploring, with research and technical due-diligence partners, seasonal and parametric-risk signals and long-horizon climate-viability questions. Those are research directions, not general-availability products, and Goable is not an insurer. See partner with us.

What activities are supported?

Goable supports the activity profiles published in the versioned open catalogue, for example kitesurfing, surfing, ski touring, paragliding, trekking and road cycling. Coverage varies by activity and location, and the API returns the applicable profile and version together with any coverage or confidence limitations. Browse the open catalogue.

Is Goable a weather-data provider?

No. Goable is not a weather-data vendor; it interprets eligible weather, ocean and atmospheric sources through activity-specific physical models to produce a suitability verdict. If you need raw forecast variables, use a data provider; if you need a decision-ready verdict for an activity, use Goable. See the score reference.

Which endpoints are available today?

The core scoring endpoints are live; richer surfaces are gated by plan or still in research. The documentation lists every endpoint with its current status.

  • LivePOST /v1/score
  • LivePOST /v1/score/series
  • Design partnerPOST /v1/score/:id/outcome
  • ResearchPOST /v1/recommend-spot
  • ResearchPOST /v1/decision

See the endpoint reference.

02
the method

How the score works

What does 'physics-first' actually mean?

It means the core physical components of a score are grounded in documented scientific methods and sources, for example established wind, wave, thermal-comfort and lightning-risk models. The operational thresholds, provider handling, confidence logic and calibration are versioned and documented. Any machine-learning components, where enabled for calibration or personalisation, are kept outside the core deterministic physical scoring path. See the science reference.

What is Inverse Suitability?

Inverse Suitability adapts item-response concepts from psychometrics to distinguish the difficulty of a condition from the skill of the participant experiencing it. It is currently demonstrated through synthetic recovery, and real-world validation is an active research programme rather than a settled result. Read the methodology.

How accurate are the forecasts?

Goable records decision provenance for every score and, where permitted and data is available, evaluates forecast components against documented observations and outcomes. Any public verification release identifies its coverage, reference data, sample size, metrics and limitations, and is not a universal guarantee that a given suitability score is accurate. Brier and CRPS measure forecast quality, not that the suitability verdict itself is correct. See forecast verification.
03
coverage

Coverage, confidence and source failure

How does Goable handle a weather-provider outage?

Provider availability and fallback depend on the activity, geography, horizon and plan. When an eligible source fails, Goable may return a degraded-confidence result, a partial response, or an explicit unavailable status, and the response identifies source freshness and the limitations that applied. It does not silently substitute a guess. See provider skill scoring.

What happens when data quality is low?

When the inputs behind a score are sparse, stale or unavailable, Goable lowers the confidence value and, past documented limits, returns a partial or explicitly unavailable response rather than a falsely precise verdict. Each response carries a confidenceDetail block and data-freshness fields so you can gate on them in your own product. See the confidence reference.

What does the confidence value mean?

Every forecast-mode score carries a confidence value that is a deterministic fold of components such as forecast skill, provider agreement, profile maturity and data coverage. A low number is a signal to treat the verdict cautiously or to require human review, not a defect to hide. See forecast verification.
04
boundaries

Safety and decision boundaries

Is Goable a safety or decision-automation system?

No. Goable produces a documented suitability signal with a confidence value and hard-gate context; it is decision support, not a safety system or an automated decision-maker. The customer and qualified local operators retain operational, safety and regulatory decision authority, and Goable does not replace an avalanche bulletin, a coastguard advisory or a qualified instructor's judgement. See hard gates.

Can Goable make booking or insurance decisions automatically?

No. Goable returns a verdict and its provenance; it does not place bookings, price cover or bind risk on your behalf. The customer retains operational and any regulated decision authority, and underwriting-style uses are a research direction with qualified partners, not a live automated product. See partner with us.

Can I use scores in marketing or safety claims?

Not without the accompanying context, and never as a safety certification or guarantee. Under the acceptable use policy you must keep the maturity, confidence, hard-gate and sample-size caveats attached to any score you surface, and you remain responsible for the accuracy and legal compliance of any claim you make. See the acceptable use policy.
05
privacy

Data, privacy and security

How is personal data handled?

Goable is designed to minimise personal data. For personalisation the customer submits a tenant-generated pseudonymous reference rather than a direct identifier, and Goable processes it as a processor where it remains personal data under GDPR Recital 26. Customers must not submit direct identifiers or special-category data. See the privacy policy.

How do I delete or export data?

Access, export and erasure run through a tenant-scoped, authenticated workflow: an Article 17 request deletes or anonymises pseudonym-linked personalisation data per the documented retention schedule, and the API returns an erasure receipt so the customer can document completion in its own privacy records. Legal-retention obligations and genuinely anonymous aggregates are handled per the Privacy Policy and DPA. See the DPA.

Where is my data processed?

Primary processing is in the EU: API and compute run in AWS eu-west-1 (Ireland) and the primary Neon Postgres database is in eu-central-1 (Frankfurt), with documented international transfers covered by Standard Contractual Clauses. The full sub-processor list, hosting regions and transfer safeguards are set out in the Privacy Policy, DPA and Security page. See security.
06
open data

Open catalogue and licensing

What is the open catalogue?

The open catalogue is the set of activity definitions, citations, calibration metadata and review status, published as the @goable-io/profiles-catalog package under CC BY 4.0. Anyone can inspect the curve scoring a spot, propose regional variants, or fork it for research; the scoring engine itself stays proprietary. Browse the catalogue.

Can I use the open catalogue?

Yes. The catalogue is licensed under CC BY 4.0, so you may use, adapt and redistribute it provided you give appropriate credit to Goable, link to the licence, and indicate any changes you made. The verification metrics and research dataset are published under the same licence. Read the CC BY 4.0 licence.

Do you have official SDKs?

Yes. There is an official TypeScript client (@goable-io/sdk, on npm, MIT-licensed, zero-dependency, isomorphic Node and browser) and a Python client (goable-sdk, on PyPI, Python 3.10+). Both are generated from the versioned OpenAPI contract and released alongside supported API versions, with compatibility covered by contract tests and versioning; any language can generate a client from the same OpenAPI 3.1 spec. See the SDK docs.
07
research

Research and roadmap

Can I use Goable for academic research?

Yes. Goable publishes its current methodology and synthetic artefacts and runs planned validation streams covering suitability calibration, forecast verification, equipment transition and the Inverse Suitability skill-versus-difficulty work; a drift-events stream is proposed, not yet open. Any public dataset release is subject to consent, sample-size and disclosure-control review, and the k of at least 10 contributors, 1 km grid and 90-day lag are release criteria rather than automatic anonymisation. See the research programme.

What is the Sustainability Index?

The Sustainability Index is a research and methodology programme for operational sustainability signals declared by participating operators. It is not a carbon inventory, a certification, an assurance opinion, or proof of CSRD, GRI or GSTC compliance, and any public aggregate release depends on consent, coverage and disclosure-control thresholds. See the Sustainability Index.
08
pricing

Pricing and support

Is there a free tier?

Yes. A free developer tier is available subject to the current published quotas, intended for prototyping and integration testing. Quotas, paid plans and overage are listed on the pricing section, which is the canonical source; this page does not restate the numbers so they cannot drift. See pricing.

Who operates Goable, and is a DPO appointed?

Goable is a brand operated by Fabio Carucci, an Italian sole proprietor (ditta individuale) registered in Magliano Alfieri, 12050 (CN), Italy, VAT P.IVA IT04133450041. No DPO is currently appointed; the requirement under GDPR Article 37 is assessed periodically as processing scales, and the entity details, hosting regions, sub-processors and transfer safeguards are set out in the Legal and Security documents. For legal and data-protection matters, contact contact@fabio-carucci.com. See security.