Agile Space Headquarters & Office Locations

Date July 26, 2026
A

Agile Space

LOCATION

820 Airport Rd, Durango, CO, USA

What is Exa?

This page is built with Exa, a web search API for AI agents. It is updated every 24 hours.

Agile Space Industries Headquarters and Office Locations

Agile Space Industries is an innovative company operating in the aerospace and defense sector, founded in 2009 by Daudi Barnes and Jeffrey Max. Headquartered in Durango, Colorado, Agile Space Industries specializes in designing, testing, and manufacturing in-space chemical propulsion systems for satellites and spacecraft, leveraging advanced 3D metal alloy printing. With a workforce of around 76 employees, the company’s vertically integrated process enables rapid development of high-performance thrusters that support commercial, civil, and defense space missions.

Agile Space Industries has established a robust office footprint to position itself at the forefront of the propulsion industry. The primary Agile Space Industries corporate office and headquarters address is located in Durango, Colorado, which serves as the central hub for design, engineering, and manufacturing. Beyond its headquarters, Agile Space Industries has expanded its presence with a key manufacturing facility in Mount Pleasant, Pennsylvania, focusing on advanced additive manufacturing. This strategic footprint allows Agile Space Industries to accelerate development cycles and respond effectively to global demand, making it a significant player in aerospace propulsion solutions.

Office Locations

Headquarters

The Agile Space Industries headquarters is located at 820 Airport Road, Durango, CO 81303, United States. This primary Agile Space Industries HQ facility integrates design, production, manufacturing, and testing capabilities. The headquarters boasts a 5,000 sq. ft. machine shop and a dedicated clean room for rapid prototyping and full-rate production, making it the nerve center for innovation and operational excellence within the company.

Mount Pleasant, Pennsylvania, United States

The Mount Pleasant facility serves as Agile Space Industries' Additive Manufacturing Center. Specializing in metal 3D printing and production of rocket engine components, this site employs proprietary additive manufacturing techniques and advanced materials. The center further expands the company’s ability to develop and supply critical propulsion systems to its clients, while supporting Agile Space Industries' commitment to leading-edge engineering and rapid production scalability.

Find office and headquarters data on any company with Websets!

Websets is a powerful natural language search and data enrichment tool that helps you discover comprehensive office and headquarters information for any company. Whether you're researching Agile Space Industries' global footprint or exploring office locations for other organizations, Websets provides detailed insights into headquarters addresses, office types, and geographic presence.

With Websets, you can access detailed office profiles, headquarters data, and location insights through intuitive natural language queries. Sign up now to enhance your office and headquarters research capabilities.

What is Exa?

This page is built with Exa, a web search API for AI agents. It is updated every 24 hours.

Exa searches the web, extracts relevant source content, and returns structured outputs with citations.

How it works

API request

Preview
TypeScript
const run = await exa.agent.runs.create({
  query: "Research Agile Space's headquarters and office locations. Return the company's headquarters and known office locations as structured JSON with field-level citations.",
  effort: "low",
  outputSchema: {
    // company, headquarters, locations
    /* ... */
  }
});

const result = await exa.agent.runs.pollUntilFinished(run.id);
Copy request preview

API output

Preview
JSON
{
  "status": "completed",
  "output": {
    "structured": {
      "company": "Agile Space",
      "headquarters": {
        "address": "820 Airport Rd",
        "city": "Durango"
      },
      "locations": [
        "..."
      ]
    },
    "grounding": [
      {
        "field": "headquarters.address",
        "citations": [
          {
            "url": "..."
          }
        ]
      }
    ]
  }
}
Copy output preview