Zephr AI Agent

Location-aware AI assistant with precision spatial intelligence and real-world context

Sub-meter positioning accuracy
Natural language spatial queries
Real-time orientation awareness

Location Aware AI Agent

An AI assistant that knows precisely where you are, where you're facing, and what's around you. The Zephr AI Agent combines precision positioning with geographically-enabled AI to deliver location-aware guidance.

🤖

Location-Aware AI

AI that understands exactly where you are and what's around you

Generic AI responses
Location-specific intelligence
🎯

Linguistic Local Reasoning

Understanding of local relationships via natural language

Approximate location data
Precise local context
🌍

Real-World Integration

Seamless integration with real-world locations and places

Abstract location concepts
Concrete local understanding

Enhanced User Experience

Natural, contextual interactions based on precise location

Manual location entry
Automatic location awareness

API Integration

RESTful API with JSON responses. Simple integration with any application or service, following the Anthropic messages API spec.

Protocol

RESTful HTTP API

Authentication

API Gateway with API keys

Base URL

https://api.zephr.xyz/agent/

Endpoints

/messages (conversations)

Location-Aware Chat

Request

curl -X POST "https://api.zephr.xyz/agent/messages" \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{
  "model": "<model-selection>",
  "messages": [
    {
      "role": "user",
      "content": "what is the closest coffee shop and how do i get there?

My current position: 40.018708, -105.275413
Facing: 259.2° (W)
Field of view: 75° with range 50m"
    }
  ],
  "max_tokens": 1024,
  "system": "",
  "temperature": 0.7
}'

Response

{
  "id": "msg_1a92b33e685a41adaaad2",
  "type": "message",
  "role": "assistant",
  "content": [
    {
      "type": "text",
      "text": "The closest coffee shop is OZO Coffee Company, 31.89 meters away to your right and slightly behind you. To get there, head across Pearl Street. You can also consider Bitty & Beau's Coffee, which is 71.50 meters away in front of you to the left, or The Laughing Goat, which is 213.89 meters away behind you.",
      "tool_use": null
    },
    {
      "type": "tool_use",
      "text": null,
      "tool_use": {
        "id": "spatial_context_4c5ae5b9",
        "name": "describe_nearby_places_relative_to_me",
        "input": {
          "latitude": 40.018708,
          "longitude": -105.275413,
          "heading": 259.2
        }
      }
    }
  ],
  "model": "<model-selection>",
  "stop_reason": "end_turn",
  "stop_sequence": null,
  "usage": {
    "input_tokens": 0,
    "output_tokens": 0
  }
}

Experience Location-Aware AI

Transform your applications with AI that understands location and spatial context. Get API access and start building with the Zephr AI Agent today.