|//andyl-ix

ANDYL_IX

The programming language for ANDYL. ANDYL_IX is the interface between your systems and ANDYL's infrastructure. Purpose-built for network interop at scale.

Product
ANDYL_IX
Type
Programming Language
Target
Vector / Orbital / AOS
Paradigm
Declarative, typed
CAPABILITIESDOC-AIX-001

Unified interop

CAP-001

One language to interface with Vector, Orbital, and ANDYL_OS. Write once, deploy across the entire ANDYL stack.

Targets
Vector, Orbital, AOS
Compilation
Ahead-of-time
Interop
Full stack coverage

Type-safe networking

CAP-002

First-class primitives for routes, connections, policies, and telemetry. Catch errors at compile time, not in production.

Type system
Static, inferred
Primitives
Route, Policy, Stream
Safety
Compile-time guarantees

Declarative policies

CAP-003

Express complex network behavior in readable, auditable code. Routing rules, failover strategies, and everything in between.

Syntax
Declarative blocks
Audit
Human-readable output
Compose
Policy chaining
LANGUAGE REFERENCEDOC-AIX-002

Speak the language of the network.

ANDYL_IX provides first-class abstractions for network primitives: routes, policies, telemetry streams, and device groups. It compiles to efficient runtime code that executes across Vector, Orbital, and ANDYL_OS.

Designed for engineers who need precise control over network behavior without fighting low-level protocol details.

failover.aix
route failover_policy {
when link.quality < 0.3 {
reroute via satellite
}
when latency > 500ms {
compress level aggressive
}
}
USE CASESDOC-AIX-003
UC-001

Custom routing logic

Define application-specific routing policies that integrate directly with Vector's decision engine.

UC-002

Automation scripts

Automate fleet operations, policy rollouts, and incident response workflows through Orbital.

UC-003

Integration bridges

Connect ANDYL infrastructure with existing systems, APIs, and observability toolchains.

Ready to program the network?

Get in touch to discuss ANDYL_IX for your integration.

Contact us