v1.0.0 — early access

Your agent is guessing.
Give it senses.

Afferens returns live real-world data — position, motion, camera, environment, audio — as structured JSON, ready to inject into any LLM context window. One API key. Zero sensor pipeline.

Try it right now — no signup required
terminal
curl "https://afferens.com/api/demo?modality=VISION"
response
{
  "status": 200,
  "data": [{
    "modality": "VISION",
    "classification": "forklift",
    "confidence": 0.9341,
    "data": {
      "objects": [
        { "label": "forklift", "confidence": 0.934 },
        { "label": "person",   "confidence": 0.871 }
      ],
      "object_count": 2
    },
    "sense_tokens_consumed": 14
  }],
  "tokens_remaining": 9986
}

Also try: SPATIAL · ACOUSTIC · ENVIRONMENTAL · MOLECULAR · INTEROCEPTION

Six sensory modalities

tokens / call
VISION
14

Object detection, classification, bounding boxes, scene context

SPATIAL
10

GPS position, heading, velocity, altitude, motion vectors

ACOUSTIC
8

Sound event detection, dB levels, frequency, source direction

ENVIRONMENTAL
6

Temperature, humidity, pressure, wind speed, sea state

MOLECULAR
18

CO₂, VOC, particulate matter, gas composition, air quality index

INTEROCEPTION
5

Node health, CPU/memory, battery, uptime, sensor diagnostics

Ready to ground your agent?

Free to start. 10,000 Sense Tokens on signup. No credit card required.

Get your API key