Actuent
caida.org

CAIDA

CAIDA conducts network research and builds research infrastructure to support large-scale data collection, curation, and data distribution to the scientific research community.

55
Partly agent-ready
Agent-readiness score out of 100
  • ✓ Clear description of the site
  • ✓ Several pages described
  • ✓ Actions agents can take
  • ✓ 3 or more actions
  • ○ Publishes its own LAWP (/.well-known/lawp.json)
  • ○ Actions agents can execute
  • ○ Business details (address, hours, phone)

How to improve this score

Up to +45 points:
+15 · Publishes its own LAWP (/.well-known/lawp.json)
Publish your starter lawp.json at /.well-known/lawp.json. WordPress: install the Actuent plugin. Cloudflare: use the one-click Worker.
+15 · Actions agents can execute
Give an action an endpoint on your domain so agents can do it for the user, not just link to it. See LAWP Actions.
+15 · Business details (address, hours, phone)
Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Starter lawp.json for caida.org
Made from what Actuent already knows. Edit it, then publish it at https://caida.org/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.
{
  "lawp_version": "0.3",
  "domain": "caida.org",
  "name": "CAIDA",
  "language": "en",
  "pages": {
    "/": {
      "title": "CAIDA",
      "content": "CAIDA conducts network research and builds research infrastructure to support large-scale data collection, curation, and data distribution to the scientific research community."
    },
    "/search": {
      "title": "Ongoing CAIDA Datasets",
      "content": "Find CAIDA datasets that are actively maintained or collected."
    },
    "/projects/ark/": {
      "title": "Archipelago Measurement Infrastructure",
      "content": "Ark is CAIDA’s next-generation, globally distributed active measurement infrastructure supporting coordinated experiments and long-term Internet topology mapping."
    },
    "/projects/nids/": {
      "title": "Network Infrastructure Data Science",
      "content": "NIDS provides cyberinfrastructure-ready, data-driven cybersecurity training resources using real-world datasets, enabling educators to run hands-on network security courses."
    },
    "/projects/avoid/": {
      "title": "Automated Verification Of Internet Data-paths for 5G",
      "content": "AVOID is a system that automatically reroutes communications away from potentially adversary-controlled paths to verified safe routes, keeping 5G traffic on benign infrastructure."
    },
    "/projects/canis/": {
      "title": "Curated AI-ready Network telescope datasets for Internet Security",
      "content": "CANIS is a suite of modules to transform the applicability of UCSD-NT in AI contexts."
    },
    "/projects/as-core/": {
      "title": "AS Core Visualization",
      "content": "AS Core Visualization generates annual AS-level Internet topology maps that visualize changes in IPv4 and IPv6 interconnection structures over time."
    },
    "/projects/rabbits/": {
      "title": "A Toolkit for Reproducible Assessment of Broadband Internet Topology and Speed",
      "content": "The RABBITS project aims to develop a new measurement toolkit for assessing broadband internet topology and speed, enabling consistent and reproducible tests across platforms."
    },
    "/projects/escalate/": {
      "title": "Engaging Scholars in Cybersecurity Analysis: A Laboratory for Teaching and Education",
      "content": "The ESCALATE project will develop a centralized cybersecurity community hub that provides cyberinfrastructure-ready, data-driven cybersecurity training resources using real-world datasets."
    },
    "/projects/cloudtrace/": {
      "title": "Cloudtrace",
      "content": "CloudTrace investigates how cloud networks interconnect and interact with the Internet by systematically probing routed IPv4 subnets to map cloud-to-Internet paths."
    },
    "/projects/cloudbottlenecks/": {
      "title": "Detection and Analysis of Infrastructure Bottlenecks in a Cloud-Centric Internet",
      "content": "The Cloud Bottlenecks project proposes an effort to design measurement and analysis tools to reveal performance bottlenecks outside the cloud networks where the high cost of deployment and operations …"
    }
  },
  "actions": [
    {
      "id": "search",
      "name": "Search the site",
      "input": {
        "type": "text",
        "required": true
      },
      "intent": [
        "search",
        "find",
        "look up"
      ],
      "description": "Search CAIDA"
    },
    {
      "id": "shop",
      "name": "Shop products",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "shop",
        "buy",
        "products",
        "store",
        "catalog"
      ],
      "description": "Browse and buy products"
    },
    {
      "id": "contact",
      "name": "Contact",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "contact",
        "get in touch",
        "email",
        "message",
        "support"
      ],
      "description": "Get in touch with the site owner"
    },
    {
      "id": "careers",
      "name": "View jobs",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "careers",
        "jobs",
        "hiring",
        "work with us"
      ],
      "description": "See open positions"
    },
    {
      "id": "donate",
      "name": "Donate",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "donate",
        "donation",
        "support us",
        "give"
      ],
      "description": "Make a donation"
    }
  ]
}
Starter schema.org snippet
Replace the example values, then paste into your homepage's <head>.
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "name": "CAIDA",
  "url": "https://caida.org",
  "telephone": "+00 0000 0000",
  "priceRange": "€€",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Street 1",
    "postalCode": "0000",
    "addressLocality": "City",
    "addressCountry": "DK"
  },
  "openingHoursSpecification": [
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": [
        "Monday",
        "Tuesday",
        "Wednesday",
        "Thursday",
        "Friday"
      ],
      "opens": "09:00",
      "closes": "17:00"
    }
  ]
}
</script>

What AI agents can do here

Search the site
Search CAIDA
searchfindlook up
Shop products
Browse and buy products
shopbuyproductsstorecatalog
Contact
Get in touch with the site owner
contactget in touchemailmessagesupport
View jobs
See open positions
careersjobshiringwork with us
Donate
Make a donation
donatedonationsupport usgive

Pages

CAIDA /
CAIDA conducts network research and builds research infrastructure to support large-scale data collection, curation, and data distribution to the scientific research community.
Ongoing CAIDA Datasets /search
Find CAIDA datasets that are actively maintained or collected.
Archipelago Measurement Infrastructure /projects/ark/
Ark is CAIDA’s next-generation, globally distributed active measurement infrastructure supporting coordinated experiments and long-term Internet topology mapping.
Network Infrastructure Data Science /projects/nids/
NIDS provides cyberinfrastructure-ready, data-driven cybersecurity training resources using real-world datasets, enabling educators to run hands-on network security courses.
Automated Verification Of Internet Data-paths for 5G /projects/avoid/
AVOID is a system that automatically reroutes communications away from potentially adversary-controlled paths to verified safe routes, keeping 5G traffic on benign infrastructure.
Curated AI-ready Network telescope datasets for Internet Security /projects/canis/
CANIS is a suite of modules to transform the applicability of UCSD-NT in AI contexts.
AS Core Visualization /projects/as-core/
AS Core Visualization generates annual AS-level Internet topology maps that visualize changes in IPv4 and IPv6 interconnection structures over time.
A Toolkit for Reproducible Assessment of Broadband Internet Topology and Speed /projects/rabbits/
The RABBITS project aims to develop a new measurement toolkit for assessing broadband internet topology and speed, enabling consistent and reproducible tests across platforms.
Engaging Scholars in Cybersecurity Analysis: A Laboratory for Teaching and Education /projects/escalate/
The ESCALATE project will develop a centralized cybersecurity community hub that provides cyberinfrastructure-ready, data-driven cybersecurity training resources using real-world datasets.
Cloudtrace /projects/cloudtrace/
CloudTrace investigates how cloud networks interconnect and interact with the Internet by systematically probing routed IPv4 subnets to map cloud-to-Internet paths.
Detection and Analysis of Infrastructure Bottlenecks in a Cloud-Centric Internet /projects/cloudbottlenecks/
The Cloud Bottlenecks project proposes an effort to design measurement and analysis tools to reveal performance bottlenecks outside the cloud networks where the high cost of deployment and operations …

For AI agents

Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=caida.org
Or connect Actuent to ChatGPT or Claude: https://agents.actuent.ai/api/mcp
Last updated 26 Sep 2026

Is this your site?

Claim caida.org to edit what AI agents see, make your actions executable, and show your score:
Claim this site →   WordPress, Cloudflare & Shopify →
Show your score: <script src="https://api.actuent.ai/badge.js" data-domain="caida.org" async></script> or the image https://api.actuent.ai/badge.svg?domain=caida.org&style=card

Actuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.