Home
Providers
Anduril Industries
Anduril Industries
Anduril Industries builds AI-defined defense products that pair purpose-built hardware with the Lattice software platform to give operators a unified, machine-speed view of the battlespace. The company's portfolio spans autonomous air, ground, and maritime systems (Ghost, Anvil, Bolt, ALTIUS, Dive-LD, Roadrunner) along with command-and-control software and counter-UAS systems. Lattice OS is the connective tissue: it ingests sensor and effector data across vendors and exposes it as a common data fabric for both Anduril operators and partner developers. A public Lattice Developer Portal and multi-language SDKs (Python, Go, Java, JavaScript) document the Entities, Tasks, and Objects APIs for partners integrating sensors, effectors, and mission applications. Access to live Lattice environments is partner-gated and subject to U.S. export controls (ITAR/EAR).
Anduril Industries publishes 4 APIs on the APIs.io network, including Entities API, OAuth API, Objects API, and 1 more. Tagged areas include Defense, Autonomy, Lattice, Command and Control, and C2.
Anduril Industries’ developer surface includes authentication, GitHub presence, product news, engineering blog, and 12 more developer resources.
1 APIs
On this page
Kin Score
APIs 5
Open Collections 6
Pricing Plans 1
Rate Limits 1
FinOps 1
Security Posture 3
Scopes 1
Agentic Access 1
Resources 16
apis.yml
24 Operational Transparency
11 Create-or-Update Ergonomics
Composite quality — 24.2/100 · emerging
Agent readiness — 22/100 · agent aware
Individual APIs this provider publishes, each with its own machine-readable definition.
Open, tool-agnostic API collections (OpenAPI-derived and Bruno).
Published pricing tiers and plan structures.
Documented rate limits and quota policies.
Cost, billing, and metering signals for API financial operations.
Authentication, domain security, vulnerability disclosure, and trust-center signals.
OAuth scopes governing access to this provider's APIs.
Recommended x-agentic-access execution contracts for AI agents.
Get Started 2
Portal, sign-up, and the first successful call
Agent Surfaces 1
MCP servers, agent skills, and machine-readable catalogs
Build 2
SDKs, sample code, and the tooling you integrate with
Access & Security 4
Authentication, authorization, and security posture
Company 5
The organization behind the API
Other 2
Properties that don't map to a standard resource type
Source (apis.yml)
aid: anduril
name: Anduril Industries
description: 'Anduril Industries builds AI-defined defense products that pair purpose-built
hardware with the Lattice software platform to give operators a unified,
machine-speed view of the battlespace. The company''s portfolio spans autonomous
air, ground, and maritime systems (Ghost, Anvil, Bolt, ALTIUS, Dive-LD,
Roadrunner) along with command-and-control software and counter-UAS systems.
Lattice OS is the connective tissue: it ingests sensor and effector data across
vendors and exposes it as a common data fabric for both Anduril operators and
partner developers. A public Lattice Developer Portal and multi-language SDKs
(Python, Go, Java, JavaScript) document the Entities, Tasks, and Objects APIs
for partners integrating sensors, effectors, and mission applications. Access to
live Lattice environments is partner-gated and subject to U.S. export controls
(ITAR/EAR).
'
type: Index
deliveryModel:
model: unknown
open_source: false
commercial: false
callable_host: true
label: Delivery model not determined — needs a product licence on record
confidence: low
source:
- openapi
generated: '2026-08-28'
method: derived
accessModel:
pricing: free
onboarding: self-serve
trial: false
try_now: true
public: false
label: Free · Self-serve signup
confidence: high
source:
- plans
- authentication
generated: '2026-07-22'
method: derived
position: Producing
access: 3rd-Party
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/anduril.png
tags:
- Defense
- Autonomy
- Lattice
- Command and Control
- C2
- Sensors
- Effectors
- Counter-UAS
- Unmanned Systems
- Mission Software
- Edge AI
- ITAR
url: https://raw.githubusercontent.com/api-evangelist/anduril/refs/heads/main/apis.yml
created: '2026-05-23'
modified: '2026-05-23'
specificationVersion: '0.23'
apis:
- aid: anduril:lattice-sdk
name: Anduril Lattice SDK
description: 'The Lattice SDK provides programmatic access to Anduril''s Lattice platform
so partners can publish entities, issue tasks to connected agents, and
exchange binary objects across a shared mission data fabric. The SDK
supports both REST/JSON and gRPC/Protobuf transports, with OAuth client
credentials or bearer-token authentication. Live API access is gated to
qualified defense partners under export-control restrictions.
'
humanURL: https://developer.anduril.com/
baseURL: https://developer.anduril.com
tags:
- Lattice
- Entities
- Task
- Objects
- gRPC
- REST
- Defense SDK
- Mission Autonomy
tags_raw:
- Lattice
- Entities
- Tasks
- Objects
- gRPC
- REST
- Defense SDK
- Mission Autonomy
properties:
- type: Documentation
url: https://developer.anduril.com/
- type: APIReference
url: https://developer.anduril.com/reference/overview/overview
- type: Concepts
url: https://developer.anduril.com/guides/concepts/overview
- type: ProductPage
url: https://www.anduril.com/lattice/lattice-sdk/
- type: SDKPython
url: https://github.com/anduril/lattice-sdk-python
- type: SDKGo
url: https://github.com/anduril/lattice-sdk-go
- type: SDKJava
url: https://github.com/anduril/lattice-sdk-java
- type: SDKJavaScript
url: https://github.com/anduril/lattice-sdk-javascript
- type: PyPI
url: https://pypi.org/project/anduril-lattice-sdk/
- type: SchemaRegistry
url: https://buf.build/anduril/lattice-sdk
- type: GitHubOrganization
url: https://github.com/anduril
features:
- name: Entities API
description: Publish, update, and query entities representing anything of operational significance (assets, tracks, geos,
sensors).
- name: Tasks API
description: Send sequential commands to agents connected to Lattice and observe task lifecycle and acknowledgements.
- name: Objects API
description: Store and retrieve distributed binary objects (imagery, telemetry, payloads) in the Lattice data fabric.
- name: Dual Transport
description: Choose REST/JSON for rapid web integrations or gRPC/Protocol Buffers for bandwidth-constrained edge and hardware
integrations.
- name: Multi-Language SDKs
description: First-party client libraries for Python, Go, Java, and JavaScript/TypeScript with sync and async support.
- name: OAuth and Bearer Token Auth
description: OAuth client credentials flow or direct bearer tokens for service-to-service authentication.
- name: Streaming and Pagination
description: Server-streamed event subscriptions and cursor-based pagination for high-throughput integrations.
- name: Schema Registry
description: Versioned Protobuf schemas published to Buf Schema Registry for reproducible code generation.
useCases:
- name: Sensor Integration
description: Connect new sensors (radar, EO/IR, RF, sonar) into Lattice so detections are normalized into the shared entity
model.
- name: Effector Integration
description: Expose third-party effectors and platforms as taskable agents in Lattice for coordinated mission execution.
- name: Mission Application Development
description: Build operator-facing applications on top of the Lattice data fabric without re-implementing track fusion
or C2 plumbing.
- name: Simulation and Test
description: Drive Lattice with synthetic entities for training, simulation, and rehearsal workflows.
- name: Cross-Vendor Interoperability
description: Translate between vendor-specific data models and the Lattice common operating picture.
integrations:
- name: Ghost (Anduril sUAS)
- name: Anvil (counter-UAS interceptor)
- name: Bolt (man-portable strike UAS)
- name: ALTIUS (loitering munition family)
- name: Dive-LD (autonomous underwater vehicle)
- name: Roadrunner (modular reusable interceptor)
- name: Sentry Tower
- name: Pulsar (electromagnetic warfare)
- name: Menace (expeditionary C2)
- name: Buf Schema Registry
authentication:
- type: OAuth2
description: OAuth 2.0 client credentials flow with bearer token issuance for service-to-service access.
- type: BearerToken
description: Direct bearer-token authentication for partner-issued tokens.
- type: PartnerGated
description: Production Lattice environments are partner-gated and subject to U.S. export controls (ITAR/EAR).
- aid: anduril:anduril-entities-api
name: Anduril Industries Entities API
description: Publish, query, override, and stream entities in the Lattice data fabric.
humanURL: https://developer.anduril.com/
baseURL: https://developer.anduril.com
tags:
- Entities
properties:
- type: OpenAPI
url: openapi/anduril-entities-api-openapi.yml
- aid: anduril:anduril-oauth-api
name: Anduril Industries OAuth API
description: Token issuance for client-credentials authentication.
humanURL: https://developer.anduril.com/
baseURL: https://developer.anduril.com
tags:
- Authentication
tags_raw:
- OAuth
properties:
- type: OpenAPI
url: openapi/anduril-oauth-api-openapi.yml
- aid: anduril:anduril-objects-api
name: Anduril Industries Objects API
description: Upload, fetch, list, and delete distributed binary objects.
humanURL: https://developer.anduril.com/
baseURL: https://developer.anduril.com
tags:
- Objects
properties:
- type: OpenAPI
url: openapi/anduril-objects-api-openapi.yml
- aid: anduril:anduril-tasks-api
name: Anduril Industries Tasks API
description: Create, update, query, cancel, and stream tasks; agent-side listen/stream endpoints.
humanURL: https://developer.anduril.com/
baseURL: https://developer.anduril.com
tags:
- Task
tags_raw:
- Tasks
properties:
- type: OpenAPI
url: openapi/anduril-tasks-api-openapi.yml
common:
- type: AgenticAccess
url: agentic-access/anduril-agentic-access.yml
- type: VulnerabilityDisclosure
url: security/anduril-vulnerability-disclosure.yml
- type: DomainSecurity
url: security/anduril-domain-security.yml
- type: Authentication
url: authentication/anduril-authentication.yml
- type: OAuthScopes
url: scopes/anduril-scopes.yml
- type: Website
url: https://www.anduril.com/
- type: DeveloperPortal
url: https://developer.anduril.com/
- type: Lattice
url: https://www.anduril.com/lattice/
- type: LatticeSDK
url: https://www.anduril.com/lattice/lattice-sdk/
- type: Products
url: https://www.anduril.com/hardware/
- type: Careers
url: https://www.anduril.com/careers/
- type: GitHub
url: https://github.com/anduril
- type: SchemaRegistry
url: https://buf.build/anduril/lattice-sdk
- type: LinkedIn
url: https://www.linkedin.com/company/anduril-industries/
- type: News
url: https://www.anduril.com/article/
- url: https://www.anduril.com/feed.xml
type: Blog
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com
Every provider here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for providers
9 MCP tools reach this
find_providersBrowse and filter every provider in the catalog.
get_provider_artifactsEvery artifact this provider publishes, grouped by type.
get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
get_provider_ratingPRO — composite, band, trend and facet scores.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This provider
curl "https://apis.io/api/v1/providers/anduril"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/anduril/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/anduril/evidence"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms .
A second provider on the same verified email joins the account you already have.