ANELLO Photonics website screenshot

ANELLO Photonics

ANELLO Photonics is a Santa Clara, California company building solid-state, high-precision inertial navigation and sensing products for positioning, navigation and orientation when GNSS is jammed, spoofed, blocked or otherwise unavailable. Its products are powered by SiPhOG (Silicon Photonics Optical Gyroscope), a chip-scale optical gyroscope built on standard semiconductor processes. The developer surface is an embedded one rather than a web API: ANELLO Ground INS, Ground IMU, Maritime INS, Aerial INS, X3 IMU and the Evaluation Kit expose a documented ASCII and RTCM-binary message protocol over RS-232 serial, USB-C and UDP/Ethernet, with a public developer manual, a first-party Python configuration and logging tool, a ROS/ROS2 driver that publishes machine-readable .msg/.srv interface definitions, and PX4/ArduPilot and MAVLink integrations.

ANELLO Photonics publishes 1 API on the APIs.io network. Tagged areas include Company, Inertial Navigation, Optical Gyroscope, Silicon Photonics, and GNSS.

ANELLO Photonics’ developer surface includes documentation, API reference, getting-started guide, engineering blog, support, CLI, changelog, and 15 more developer resources.

23.9/100 emerging ▬ flat Agent 4/100 human only Full breakdown ↓
scored 2026-08-17 · rubric v0.11.0
1 APIs
CompanyInertial NavigationOptical GyroscopeSilicon PhotonicsGNSSGPS-Denied NavigationSensorsRoboticsDefenseAutonomous VehiclesEmbedded SystemsIMU

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-17 · rubric v0.11.0
Composite quality — 23.9/100 · emerging
Contract Quality 0.0 / 25
Developer Ergonomics 10.9 / 20
Commercial Clarity 2.1 / 20
Operational Transparency 2.7 / 13
Governance 1.5 / 12
Discoverability 6.7 / 10
Agent readiness — 4/100 · human only
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 10
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/anello-photonics: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 1

Individual APIs this provider publishes, each with its own machine-readable definition.

ANELLO Device Messaging Protocol

The ANELLO device interface: an ASCII sentence protocol (#APIMU, #APIM1, #APGPS, #APHDG, #APINS, #APAHRS output; #APCFG, #APVEH, #APODO, #APPNG, #APECH, #APRST input) plus an RT...

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Anello Photonics Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Build 4

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Other 2

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: anello-photonics
name: ANELLO Photonics
description: 'ANELLO Photonics is a Santa Clara, California company building solid-state, high-precision inertial navigation
  and sensing products for positioning, navigation and orientation when GNSS is jammed, spoofed, blocked or otherwise unavailable.
  Its products are powered by SiPhOG (Silicon Photonics Optical Gyroscope), a chip-scale optical gyroscope built on standard
  semiconductor processes. The developer surface is an embedded one rather than a web API: ANELLO Ground INS, Ground IMU,
  Maritime INS, Aerial INS, X3 IMU and the Evaluation Kit expose a documented ASCII and RTCM-binary message protocol over
  RS-232 serial, USB-C and UDP/Ethernet, with a public developer manual, a first-party Python configuration and logging tool,
  a ROS/ROS2 driver that publishes machine-readable .msg/.srv interface definitions, and PX4/ArduPilot and MAVLink integrations.'
url: https://raw.githubusercontent.com/api-evangelist/anello-photonics/refs/heads/main/apis.yml
x-type: company
x-source: harvest:secondary-market
specificationVersion: '0.20'
created: '2026-08-06'
modified: '2026-08-06'
image: https://static1.squarespace.com/static/60404157b68a5453a865f98e/t/6a2742eefb5f0723d0178a9c/1624159401076/social.png?format=1500w
tags:
- Company
- Inertial Navigation
- Optical Gyroscope
- Silicon Photonics
- GNSS
- GPS-Denied Navigation
- Sensors
- Robotics
- Defense
- Autonomous Vehicles
- Embedded Systems
- IMU
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
apis:
- name: ANELLO Device Messaging Protocol
  description: 'The ANELLO device interface: an ASCII sentence protocol (#APIMU, #APIM1, #APGPS, #APHDG, #APINS, #APAHRS output;
    #APCFG, #APVEH, #APODO, #APPNG, #APECH, #APRST input) plus an RTCM 10403 binary framing, carried over RS-232 serial, USB-C
    virtual COM and UDP/Ethernet. There is no HTTP base URL — this is an embedded wire protocol, not a web API — so baseURL
    is deliberately omitted rather than fabricated.'
  humanURL: https://docs-a1.readthedocs.io/en/latest/communication_messaging.html
  x-transport:
  - rs-232-serial
  - usb-c-virtual-com
  - udp-ethernet
  properties:
  - type: APIReference
    url: https://docs-a1.readthedocs.io/en/latest/communication_messaging.html
  - type: Conventions
    url: conventions/anello-photonics-conventions.yml
  - type: ErrorCatalog
    url: errors/anello-photonics-error-codes.yml
  - type: DataModel
    url: data-model/anello-photonics-data-model.yml
  - type: ROSInterface
    url: ros/anello-photonics-ros-interfaces.yml
common:
- type: DomainSecurity
  url: security/anello-photonics-domain-security.yml
- type: Website
  url: https://www.anellophotonics.com/
- type: DeveloperPortal
  url: https://docs-a1.readthedocs.io/en/latest/
- type: Documentation
  url: https://docs-a1.readthedocs.io/en/latest/
- type: APIReference
  url: https://docs-a1.readthedocs.io/en/latest/communication_messaging.html
- type: GettingStarted
  url: https://docs-a1.readthedocs.io/en/latest/getting_started_quick.html
- type: GitHubOrganization
  url: https://github.com/Anello-Photonics
- type: Blog
  url: https://www.anellophotonics.com/blog
- type: Support
  url: https://www.anellophotonics.com/contact
- type: PrivacyPolicy
  url: https://www.anellophotonics.com/privacy-policy
- type: Downloads
  url: https://www.anellophotonics.com/downloads
- type: LLMsTxt
  url: llms/anello-photonics-llms.txt
- type: Packages
  url: packages/anello-photonics-packages.yml
- type: SDKs
  url: packages/anello-photonics-packages.yml
- type: CLI
  url: cli/anello-photonics-cli.yml
- type: Conventions
  url: conventions/anello-photonics-conventions.yml
- type: ErrorCatalog
  url: errors/anello-photonics-error-codes.yml
- type: DataModel
  url: data-model/anello-photonics-data-model.yml
- type: Conformance
  url: conformance/anello-photonics-conformance.yml
- type: Lifecycle
  url: lifecycle/anello-photonics-lifecycle.yml
- type: ChangeLog
  url: changelog/anello-photonics-changelog.yml
- type: ROSInterface
  url: ros/anello-photonics-ros-interfaces.yml
x-enrichment:
  date: '2026-08-06'
  status: enriched
  artifacts_added: 11
  pass: local-v1