LoginStart beta
Ayneye
Agent quickstartStart beta

AI agents

Build video agents on durable World-State, not repeated frame context.

Ayneye gives agent products a reusable video-memory layer: scene state, timelines, evidence bundles, detector confidence, and cost reports. Agents query compact artifacts, cite evidence, expose uncertainty, and stay read-only for high-risk workflows.

REST beta pathRead-only agent toolsEvidence-required answersNo destructive actions

Agent operating model

An Ayneye video-agent integration separates video understanding from agent action. First, a bounded CPU-first pass materializes World-State artifacts. Then an agent retrieves those artifacts as structured memory. The agent can answer supported questions, cite evidence references, return insufficient-evidence states, and route high-risk outcomes to human review.

Tool surface and boundaries

ToolSafe beta behaviorBlocked behavior
get_scene_graph(video_id)Read objects, events, zones, relationships, timestamps, confidence, review flagsNo identity inference, no intent inference
get_evidence(video_id, evidence_ref)Fetch traceable time spans and review notesNo unsupported claims
ask_video(video_id, question)Return answer only when evidence existsNo guessing when evidence is missing
get_cost(video_id)Return cost, detector path, limits, and retention contextNo hidden cost state
create_review_task(summary)Optional application-side handoff to humansNo emergency dispatch or physical action

What this is not

Not unlimited querying

Agents still consume text tokens, app compute, storage, and API calls. The Ayneye value is reducing repeated video-understanding work by reusing durable artifacts.

Not feature-equivalent to every GPU video model

High-motion scenes, subtle expression, dense crowds, and broad cinematic semantics may need specialized GPU models or human review.

Evaluation checklist for agent builders

  1. Process one representative video or stream window.
  2. Inspect scene_graph.json, timeline.json, evidence_bundle.json, detector_report.json, and cost.json.
  3. Ask the same question three ways and compare evidence citations.
  4. Verify that unsupported questions return insufficient-evidence or review-required states.
  5. Log every agent tool call with artifact version and evidence reference.
  6. Confirm high-risk workflows remain human-reviewed.