← Back to NightOwl

Request Access

NightOwl access is currently request-based for teams building open-now and business-hours availability experiences (for example: local-business search, restaurant discovery, and hours-aware customer flows). Public self-serve pricing tiers are not live yet, so onboarding and usage guidance are handled together during review.

Before you submit

  • This form is for developers/operators with a concrete open-now availability integration.
  • Strong fits include local-business and restaurant-style product workflows.
  • We review fit and capacity, then follow up manually by email.
  • Response timing can vary based on current onboarding volume.

Who should request access

  • local directory builders
  • restaurant/venue apps
  • service marketplaces
  • AI agents/workflows
  • internal ops tools

Keep your use-case summary specific (users, decisions, and where open-now status appears in your product). Clear context helps us route onboarding faster.

Sample API Response

The /api/open-now endpoint returns deterministic results based on the schedule you provide. This is a truthful example aligned with the current MVP surface:

{
  "openNow": true,
  "status": "open",
  "nextChange": "17:00",
  "nextRelevantWindow": null,
  "timezone": "America/New_York",
  "confidence": 0.14,
  "caveats": [
    "Schedule covers 1/7 days; some days may be closed"
  ],
  "evaluatedAt": "2026-04-26T14:30:00.000Z",
  "note": "This is an early-access API MVP. Business availability data is deterministic based on provided schedule."
}

Note: This is an early-access MVP. Results are deterministic based on the provided schedule. No external Google Business data is fetched. The confidence score reflects schedule completeness, not external data verification.

Continue exploring

Use these route links to move through the core Rachel Products surfaces.