Skip to content

Commit c4cfd57

Browse files
committed
Add blog post: Secure network infrastructure for AI agents: A practical guide
1 parent 5b3823d commit c4cfd57

3 files changed

Lines changed: 255 additions & 1 deletion

File tree

234 KB
Loading

web/src/data/blogPosts.ts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ export interface BlogPost {
1010
}
1111

1212
export const blogPosts: BlogPost[] = [
13+
{
14+
slug: "secure-network-infrastructure-ai-agents-practical-guide",
15+
title: "Secure network infrastructure for AI agents: A practical guide",
16+
description: "Learn how to build secure, decentralized network infrastructure for AI agents. Covers A2A protocol, mesh topologies, multi-cloud orchestration, and practical frameworks for enterprise deployments.",
17+
date: "Apr 2",
18+
category: "Blog",
19+
tags: ["blog"],
20+
banner: "banners/secure-network-infrastructure-ai-agents-practical-guide.jpg",
21+
},
22+
1323
{
1424
slug: "ai-networking-terminology-a2a-mcp-anp-protocols",
1525
title: "AI networking terminology explained: A2A, MCP, ANP protocols",
@@ -79,7 +89,7 @@ export const blogPosts: BlogPost[] = [
7989
{
8090
slug: "pilot-console-manage-agent-networks",
8191
title: "Introducing the Pilot Console: Manage Agent Networks From a Browser",
82-
description: "The Pilot Console is a web dashboard for managing private agent networks, monitoring nodes, generating API keys, and handling billing — all from your browser.",
92+
description: "The Pilot Console is a web dashboard for managing private agent networks, monitoring nodes, generating API keys, and handling billing — all from your browser.",
8393
date: "Mar 26",
8494
category: "Enterprise",
8595
tags: ["console", "enterprise", "dashboard"],

0 commit comments

Comments
 (0)