{"id":57857,"date":"2026-07-14T13:58:29","date_gmt":"2026-07-14T03:58:29","guid":{"rendered":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/14\/building-cross-platform-multi-agent-workflows-with-a2a-protocol\/"},"modified":"2026-07-14T14:00:08","modified_gmt":"2026-07-14T04:00:08","slug":"building-cross-platform-multi-agent-workflows-with-a2a-protocol","status":"publish","type":"post","link":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/14\/building-cross-platform-multi-agent-workflows-with-a2a-protocol\/","title":{"rendered":"Building Cross Platform Multi Agent Workflows with A2A Protocol"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">In this blog post <strong>Building Cross Platform Multi Agent Workflows with A2A Protocol<\/strong> we will explain how different AI agents can work together across Microsoft, cloud, security, finance, service desk, and custom business systems without creating a messy web of one-off integrations.<\/p>\n\n\n\n<!--more-->\n\n\n\n<p class=\"wp-block-paragraph\">Most businesses are no longer asking, \u201cShould we use AI?\u201d They are asking a harder question: \u201cHow do we make AI useful across the business without losing control of cost, security, and data?\u201d<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That question matters because AI is quickly moving from simple chatbots to agents. An AI agent is software that can understand a goal, decide what steps are needed, use business tools, and report back with an outcome. A single agent might help with HR queries, invoice checks, cyber alerts, sales follow-ups, or IT support.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The problem starts when each agent lives in its own world. Your Microsoft agent knows Microsoft 365. Your finance agent knows your ERP. Your security agent knows Defender and Wiz. Your service desk agent knows tickets. But the business process you actually care about usually crosses all of those systems.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The high level idea behind A2A<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A2A, short for Agent-to-Agent or Agent2Agent protocol, is a shared way for AI agents to talk to each other. In plain English, it gives agents a common language so they can discover what another agent can do, send it a task, receive updates, and collect the final result.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is useful because business workflows are rarely contained inside one platform. A new employee onboarding process might involve Microsoft 365, Intune, which manages and secures company devices, Entra ID, which controls employee identity and access, payroll, HR, finance, and security checks.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Without a common protocol, every connection becomes a custom project. With A2A, each agent can publish what it does, accept work in a standard format, and return results in a way other agents understand.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We have already covered why the protocol matters for practical adoption in Why A2A Protocol Matters for Practical Business AI Adoption. This article goes a step further: how to think about cross-platform workflows where multiple agents work together safely.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why this matters for CIOs and business leaders<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The business case for multi-agent workflows is not \u201cAI for AI\u2019s sake.\u201d The value comes from reducing hand-offs, shortening response times, cutting manual checking, and improving control.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Think about a common scenario: a manager asks for a new contractor to be onboarded urgently. Today, that might trigger emails between HR, IT, finance, security, and the hiring manager. Someone creates accounts. Someone checks device access. Someone approves licences. Someone forgets to remove access three months later.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A cross-platform agent workflow changes that. The HR agent confirms the worker details. The identity agent creates the account with the right access. The Intune agent checks device compliance. The security agent applies policy. The finance agent confirms cost centre approval. The manager gets one clear update.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The business outcome is simple: fewer delays, fewer mistakes, better audit trails, and less risk from over-permissioned accounts.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The main technology behind A2A in plain English<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A2A is not another AI model. It does not replace OpenAI, Anthropic Claude, Microsoft Copilot, Azure AI Foundry, or your existing business applications.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Instead, A2A sits between agents as a communication layer. It defines how agents introduce themselves, how they receive tasks, how they send progress updates, and how they return outputs such as text, files, or structured data.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There are a few concepts worth understanding:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n <li><strong>Agent card:<\/strong> a digital profile that explains what an agent can do, where it can be reached, and what security is required.<\/li>\n <li><strong>Messages:<\/strong> the instructions and responses passed between agents.<\/li>\n <li><strong>Tasks:<\/strong> pieces of work that may take seconds, minutes, or longer to complete.<\/li>\n <li><strong>Artifacts:<\/strong> the outputs of a task, such as a report, spreadsheet, recommendation, or summary.<\/li>\n <li><strong>Authentication:<\/strong> the process that proves one agent is allowed to call another agent.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">For decision-makers, the key point is this: A2A gives your organisation a way to build AI workflows without hard-coding every system to every other system.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">A practical cross-platform workflow example<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Let\u2019s use a realistic example for a 200-person professional services firm.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The business receives sensitive client documents through email and SharePoint. Staff manually review them, classify them, create project tasks, check for privacy issues, and escalate anything unusual to legal or security. The process is slow, inconsistent, and heavily dependent on a few experienced people.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A cross-platform A2A workflow could look like this:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n <li>A Microsoft 365 agent watches for a new client folder or approved document submission.<\/li>\n <li>A document review agent summarises the content and identifies the likely work type.<\/li>\n <li>A compliance agent checks whether personal information or sensitive business data is present.<\/li>\n <li>A security agent checks whether sharing permissions are too broad.<\/li>\n <li>A project management agent creates the right tasks for the delivery team.<\/li>\n <li>A reporting agent sends the manager a plain-English summary and any exceptions.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">No single agent needs to know everything. Each agent does its specialist job, then hands the result to the next agent through a common protocol.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The business outcome is faster document triage, more consistent compliance checks, and fewer security gaps caused by manual handling.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Where Microsoft fits into the picture<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">For many Australian businesses, Microsoft is already the centre of day-to-day work. Staff use Outlook, Teams, SharePoint, OneDrive, Microsoft 365, Defender, Intune, and increasingly Copilot or Azure AI Foundry.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That makes Microsoft a practical place to start. A Microsoft-based agent can act as the front door for employees while specialist agents sit behind it. Those specialist agents might run in Azure, another cloud platform, a SaaS product, or a custom internal system.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example, a user might ask in Teams, \u201cCan we approve this supplier?\u201d The Microsoft-facing agent can coordinate the workflow. A finance agent checks payment history. A security agent checks cyber risk. A compliance agent checks documentation. The user sees one answer, not five disconnected systems.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">CloudPro Inc often recommends this pattern because it fits how people already work. You do not need to force staff into another portal just to make AI useful.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">A simple technical view without the complexity<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">At a technical level, an A2A-enabled agent publishes an agent card. This tells other agents what it can do and how to call it.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n &quot;name&quot;: &quot;Security Review Agent&quot;,\n &quot;description&quot;: &quot;Reviews files, permissions, and alerts for security risk&quot;,\n &quot;skills&quot;: [\n {\n &quot;name&quot;: &quot;review_supplier_document&quot;,\n &quot;description&quot;: &quot;Checks a supplier document for security and privacy concerns&quot;\n }\n ],\n &quot;url&quot;: &quot;https:\/\/agents.example.com\/security-review&quot;,\n &quot;security&quot;: &quot;OAuth2 required&quot;\n}<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">In plain English, this says: \u201cI am the Security Review Agent. I can review supplier documents. Here is where to reach me. You must authenticate before using me.\u201d<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A workflow agent can then call that agent as part of a larger process.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>When a supplier document is submitted:\n ask Compliance Agent to check privacy risk\n ask Security Review Agent to check file and access risk\n ask Finance Agent to check payment and contract status\n combine the results\n send one recommendation to the approver<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">This is deliberately simplified. In a production environment, you would add identity controls, logging, cost limits, error handling, approval steps, and monitoring. But the basic idea is easy to understand: one agent coordinates work across other agents.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you want a deeper technical companion to this, our post on building interoperable AI agents with A2A and Agent Framework explains how Microsoft Agent Framework can support this type of design.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The security problem most teams underestimate<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Multi-agent workflows create a new security question: if one agent can call another agent, what stops it from doing too much?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is where many early AI projects go wrong. Teams focus on the impressive demo, but not on permissions, audit logs, data boundaries, or who is accountable when an automated workflow takes action.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For Australian organisations, this connects directly to Essential 8, the Australian government\u2019s cybersecurity framework that many organisations are now required or expected to follow. It also connects to privacy obligations, especially where personal information is processed by AI systems.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A safe A2A design should include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n <li><strong>Strong identity:<\/strong> every agent should have its own identity, not share a generic account.<\/li>\n <li><strong>Least privilege access:<\/strong> agents should only access the systems and data they need.<\/li>\n <li><strong>Approval gates:<\/strong> high-risk actions should still require a human decision.<\/li>\n <li><strong>Logging:<\/strong> every agent-to-agent call should be recorded for investigation and audit.<\/li>\n <li><strong>Data controls:<\/strong> sensitive data should not be passed to agents that do not need it.<\/li>\n <li><strong>Cost controls:<\/strong> workflows should have limits so one bad loop does not create a large AI bill.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">This is also where tools like Microsoft Defender and Wiz become important. Defender helps monitor Microsoft environments and identities. Wiz helps identify risk across cloud workloads and infrastructure. Together, they help make sure AI workflows do not become invisible security gaps.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We explored the authentication side in more depth in Implementing Secure A2A Auth in Microsoft Foundry Agent Service.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Choosing the right workflow pattern<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Not every workflow should be fully automated. Some should run step-by-step. Some should run several checks at once. Some should hand off to a human. Some should stop immediately if a risk threshold is met.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example, a low-risk IT request might be handled end-to-end by agents. A request to give a contractor access to sensitive client data should include manager approval and security review.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A good starting point is to map workflows into four groups:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n <li><strong>Low risk, high volume:<\/strong> automate heavily, such as password guidance or standard licence requests.<\/li>\n <li><strong>Medium risk:<\/strong> automate checks, but keep human approval.<\/li>\n <li><strong>High risk:<\/strong> use agents to gather evidence, not make the final decision.<\/li>\n <li><strong>Regulated or sensitive:<\/strong> design around audit, privacy, and compliance from day one.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Our article on AI agent orchestration patterns for business leaders is a useful next read if you are deciding how agents should coordinate work.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to start without overcommitting<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The best first A2A workflow is not the most ambitious one. It is the one with a clear business owner, measurable outcome, manageable risk, and obvious manual pain.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Good candidates include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n <li>Employee onboarding and offboarding.<\/li>\n <li>Supplier risk checks.<\/li>\n <li>Security alert enrichment.<\/li>\n <li>Monthly reporting packs.<\/li>\n <li>IT service desk triage.<\/li>\n <li>Document classification and routing.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Before building, ask five practical questions:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n <li>What decision or task are we trying to improve?<\/li>\n <li>Which systems are involved today?<\/li>\n <li>Where do delays, rework, or mistakes happen?<\/li>\n <li>What data should agents never see?<\/li>\n <li>How will we measure success after 30, 60, and 90 days?<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">That last question matters. A workflow that saves 15 minutes once a month is not worth much. A workflow that removes 20 manual checks per week, reduces access mistakes, and gives managers faster answers probably is.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What CloudPro Inc recommends<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Our practical advice is to treat A2A as part of your AI architecture, not as a side experiment. It should connect to your identity strategy, security controls, cloud design, Microsoft 365 governance, and Essential 8 roadmap.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As a Melbourne-based Microsoft Partner and Wiz Security Integrator, CloudPro Inc works with organisations that want AI to be useful without becoming risky or expensive. With 20+ years of enterprise IT experience, we tend to start with the boring questions first: access, data, cost, monitoring, support, and business ownership.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That is not because we dislike innovation. It is because those are the things that decide whether an AI project survives beyond the pilot.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Final thought<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A2A is important because it helps AI agents work across platforms instead of trapping value inside separate tools. For CIOs and CTOs, the opportunity is not just smarter agents. It is better-connected workflows that reduce manual effort, improve security, and make business processes easier to manage.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The safest way to begin is with one workflow, one measurable outcome, and a clear security model. Prove the value, then expand.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you are not sure whether A2A fits your Microsoft, Azure, AI, or cybersecurity roadmap, CloudPro Inc is happy to take a look. No pressure, no jargon \u2014 just a practical conversation about where multi-agent workflows could reduce cost, risk, or wasted time in your business.<\/p>\n\n\n","protected":false},"excerpt":{"rendered":"<p>A practical guide for tech leaders on using A2A to connect AI agents across platforms safely, without locking your business into one vendor.<\/p>\n","protected":false},"author":1,"featured_media":57863,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_yoast_wpseo_opengraph-title":"Multi-Agent Workflows with A2A Protocol","_yoast_wpseo_opengraph-description":"Learn how multi-agent workflows help connect business systems, reduce manual hand-offs, improve audit trails, and keep AI work secure and controlled.","_yoast_wpseo_twitter-title":"Multi-Agent Workflows with A2A Protocol","_yoast_wpseo_twitter-description":"Learn how multi-agent workflows help connect business systems, reduce manual hand-offs, improve audit trails, and keep AI work secure and controlled.","_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[13],"tags":[],"class_list":["post-57857","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v28.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Multi-Agent Workflows with A2A Protocol<\/title>\n<meta name=\"description\" content=\"Learn how multi-agent workflows help connect business systems, reduce manual hand-offs, improve audit trails, and keep AI work secure and controlled.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/14\/building-cross-platform-multi-agent-workflows-with-a2a-protocol\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Multi-Agent Workflows with A2A Protocol\" \/>\n<meta property=\"og:description\" content=\"Learn how multi-agent workflows help connect business systems, reduce manual hand-offs, improve audit trails, and keep AI work secure and controlled.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/14\/building-cross-platform-multi-agent-workflows-with-a2a-protocol\/\" \/>\n<meta property=\"og:site_name\" content=\"CPI Consulting\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-14T03:58:29+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-14T04:00:08+00:00\" \/>\n<meta name=\"author\" content=\"CPI Staff\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Multi-Agent Workflows with A2A Protocol\" \/>\n<meta name=\"twitter:description\" content=\"Learn how multi-agent workflows help connect business systems, reduce manual hand-offs, improve audit trails, and keep AI work secure and controlled.\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"CPI Staff\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/14\\\/building-cross-platform-multi-agent-workflows-with-a2a-protocol\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/14\\\/building-cross-platform-multi-agent-workflows-with-a2a-protocol\\\/\"},\"author\":{\"name\":\"CPI Staff\",\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/#\\\/schema\\\/person\\\/192eeeb0ce91062126ce3822ae88fe6e\"},\"headline\":\"Building Cross Platform Multi Agent Workflows with A2A Protocol\",\"datePublished\":\"2026-07-14T03:58:29+00:00\",\"dateModified\":\"2026-07-14T04:00:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/14\\\/building-cross-platform-multi-agent-workflows-with-a2a-protocol\\\/\"},\"wordCount\":1924,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/14\\\/building-cross-platform-multi-agent-workflows-with-a2a-protocol\\\/#primaryimage\"},\"thumbnailUrl\":\"\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/building-cross-platform-multi-agent-workflows-with-a2a-protocol.png\",\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/14\\\/building-cross-platform-multi-agent-workflows-with-a2a-protocol\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/14\\\/building-cross-platform-multi-agent-workflows-with-a2a-protocol\\\/\",\"url\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/14\\\/building-cross-platform-multi-agent-workflows-with-a2a-protocol\\\/\",\"name\":\"Multi-Agent Workflows with A2A Protocol\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/14\\\/building-cross-platform-multi-agent-workflows-with-a2a-protocol\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/14\\\/building-cross-platform-multi-agent-workflows-with-a2a-protocol\\\/#primaryimage\"},\"thumbnailUrl\":\"\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/building-cross-platform-multi-agent-workflows-with-a2a-protocol.png\",\"datePublished\":\"2026-07-14T03:58:29+00:00\",\"dateModified\":\"2026-07-14T04:00:08+00:00\",\"description\":\"Learn how multi-agent workflows help connect business systems, reduce manual hand-offs, improve audit trails, and keep AI work secure and controlled.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/14\\\/building-cross-platform-multi-agent-workflows-with-a2a-protocol\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/14\\\/building-cross-platform-multi-agent-workflows-with-a2a-protocol\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/14\\\/building-cross-platform-multi-agent-workflows-with-a2a-protocol\\\/#primaryimage\",\"url\":\"\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/building-cross-platform-multi-agent-workflows-with-a2a-protocol.png\",\"contentUrl\":\"\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/building-cross-platform-multi-agent-workflows-with-a2a-protocol.png\",\"width\":1536,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/14\\\/building-cross-platform-multi-agent-workflows-with-a2a-protocol\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Building Cross Platform Multi Agent Workflows with A2A Protocol\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/#website\",\"url\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/\",\"name\":\"Cloud Pro Inc - CPI Consulting Pty Ltd\",\"description\":\"Cloud, AI &amp; Cybersecurity Consulting | Melbourne\",\"publisher\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/#organization\",\"name\":\"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd\",\"url\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/favfinalfile.png\",\"contentUrl\":\"\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/favfinalfile.png\",\"width\":500,\"height\":500,\"caption\":\"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd\"},\"image\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/#\\\/schema\\\/person\\\/192eeeb0ce91062126ce3822ae88fe6e\",\"name\":\"CPI Staff\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g\",\"caption\":\"CPI Staff\"},\"sameAs\":[\"http:\\\/\\\/www.cloudproinc.com.au\"],\"url\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/author\\\/cpiadmin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Multi-Agent Workflows with A2A Protocol","description":"Learn how multi-agent workflows help connect business systems, reduce manual hand-offs, improve audit trails, and keep AI work secure and controlled.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/14\/building-cross-platform-multi-agent-workflows-with-a2a-protocol\/","og_locale":"en_US","og_type":"article","og_title":"Multi-Agent Workflows with A2A Protocol","og_description":"Learn how multi-agent workflows help connect business systems, reduce manual hand-offs, improve audit trails, and keep AI work secure and controlled.","og_url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/14\/building-cross-platform-multi-agent-workflows-with-a2a-protocol\/","og_site_name":"CPI Consulting","article_published_time":"2026-07-14T03:58:29+00:00","article_modified_time":"2026-07-14T04:00:08+00:00","author":"CPI Staff","twitter_card":"summary_large_image","twitter_title":"Multi-Agent Workflows with A2A Protocol","twitter_description":"Learn how multi-agent workflows help connect business systems, reduce manual hand-offs, improve audit trails, and keep AI work secure and controlled.","twitter_misc":{"Written by":"CPI Staff","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/14\/building-cross-platform-multi-agent-workflows-with-a2a-protocol\/#article","isPartOf":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/14\/building-cross-platform-multi-agent-workflows-with-a2a-protocol\/"},"author":{"name":"CPI Staff","@id":"https:\/\/cloudproinc.azurewebsites.net\/#\/schema\/person\/192eeeb0ce91062126ce3822ae88fe6e"},"headline":"Building Cross Platform Multi Agent Workflows with A2A Protocol","datePublished":"2026-07-14T03:58:29+00:00","dateModified":"2026-07-14T04:00:08+00:00","mainEntityOfPage":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/14\/building-cross-platform-multi-agent-workflows-with-a2a-protocol\/"},"wordCount":1924,"commentCount":0,"publisher":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/#organization"},"image":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/14\/building-cross-platform-multi-agent-workflows-with-a2a-protocol\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2026\/07\/building-cross-platform-multi-agent-workflows-with-a2a-protocol.png","articleSection":["Blog"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/14\/building-cross-platform-multi-agent-workflows-with-a2a-protocol\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/14\/building-cross-platform-multi-agent-workflows-with-a2a-protocol\/","url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/14\/building-cross-platform-multi-agent-workflows-with-a2a-protocol\/","name":"Multi-Agent Workflows with A2A Protocol","isPartOf":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/14\/building-cross-platform-multi-agent-workflows-with-a2a-protocol\/#primaryimage"},"image":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/14\/building-cross-platform-multi-agent-workflows-with-a2a-protocol\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2026\/07\/building-cross-platform-multi-agent-workflows-with-a2a-protocol.png","datePublished":"2026-07-14T03:58:29+00:00","dateModified":"2026-07-14T04:00:08+00:00","description":"Learn how multi-agent workflows help connect business systems, reduce manual hand-offs, improve audit trails, and keep AI work secure and controlled.","breadcrumb":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/14\/building-cross-platform-multi-agent-workflows-with-a2a-protocol\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/14\/building-cross-platform-multi-agent-workflows-with-a2a-protocol\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/14\/building-cross-platform-multi-agent-workflows-with-a2a-protocol\/#primaryimage","url":"\/wp-content\/uploads\/2026\/07\/building-cross-platform-multi-agent-workflows-with-a2a-protocol.png","contentUrl":"\/wp-content\/uploads\/2026\/07\/building-cross-platform-multi-agent-workflows-with-a2a-protocol.png","width":1536,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/14\/building-cross-platform-multi-agent-workflows-with-a2a-protocol\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cloudproinc.azurewebsites.net\/"},{"@type":"ListItem","position":2,"name":"Building Cross Platform Multi Agent Workflows with A2A Protocol"}]},{"@type":"WebSite","@id":"https:\/\/cloudproinc.azurewebsites.net\/#website","url":"https:\/\/cloudproinc.azurewebsites.net\/","name":"Cloud Pro Inc - CPI Consulting Pty Ltd","description":"Cloud, AI &amp; Cybersecurity Consulting | Melbourne","publisher":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cloudproinc.azurewebsites.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cloudproinc.azurewebsites.net\/#organization","name":"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd","url":"https:\/\/cloudproinc.azurewebsites.net\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudproinc.azurewebsites.net\/#\/schema\/logo\/image\/","url":"\/wp-content\/uploads\/2022\/01\/favfinalfile.png","contentUrl":"\/wp-content\/uploads\/2022\/01\/favfinalfile.png","width":500,"height":500,"caption":"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd"},"image":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/cloudproinc.azurewebsites.net\/#\/schema\/person\/192eeeb0ce91062126ce3822ae88fe6e","name":"CPI Staff","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g","caption":"CPI Staff"},"sameAs":["http:\/\/www.cloudproinc.com.au"],"url":"https:\/\/www.cloudproinc.com.au\/index.php\/author\/cpiadmin\/"}]}},"jetpack_featured_media_url":"\/wp-content\/uploads\/2026\/07\/building-cross-platform-multi-agent-workflows-with-a2a-protocol.png","jetpack-related-posts":[{"id":57742,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/02\/why-a2a-protocol-matters-for-practical-business-ai-adoption\/","url_meta":{"origin":57857,"position":0},"title":"Why A2A Protocol Matters for Practical Business AI Adoption","author":"CPI Staff","date":"July 2, 2026","format":false,"excerpt":"A practical guide to the Agent-to-Agent protocol and why it matters for cost, security, productivity, and future-proof AI adoption.","rel":"","context":"In &quot;Blog&quot;","block_context":{"text":"Blog","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/blog\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/07\/why-a2a-protocol-matters-for-practical-business-ai-adoption.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/07\/why-a2a-protocol-matters-for-practical-business-ai-adoption.png 1x, \/wp-content\/uploads\/2026\/07\/why-a2a-protocol-matters-for-practical-business-ai-adoption.png 1.5x, \/wp-content\/uploads\/2026\/07\/why-a2a-protocol-matters-for-practical-business-ai-adoption.png 2x, \/wp-content\/uploads\/2026\/07\/why-a2a-protocol-matters-for-practical-business-ai-adoption.png 3x, \/wp-content\/uploads\/2026\/07\/why-a2a-protocol-matters-for-practical-business-ai-adoption.png 4x"},"classes":[]},{"id":57787,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\/","url_meta":{"origin":57857,"position":1},"title":"Connecting Microsoft Foundry Agents to External A2A Endpoints","author":"CPI Staff","date":"July 7, 2026","format":false,"excerpt":"A practical guide for tech leaders on connecting Microsoft Foundry agents to external A2A endpoints safely, without creating cost, security, or governance surprises.","rel":"","context":"In &quot;Blog&quot;","block_context":{"text":"Blog","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/blog\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints.png 1x, \/wp-content\/uploads\/2026\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints.png 1.5x, \/wp-content\/uploads\/2026\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints.png 2x, \/wp-content\/uploads\/2026\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints.png 3x, \/wp-content\/uploads\/2026\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints.png 4x"},"classes":[]},{"id":57768,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/06\/building-interoperable-ai-agents-with-a2a-and-agent-framework\/","url_meta":{"origin":57857,"position":2},"title":"Building Interoperable AI Agents with A2A and Agent Framework","author":"CPI Staff","date":"July 6, 2026","format":false,"excerpt":"A practical guide for tech leaders on using A2A and Microsoft Agent Framework to build AI agents that work together securely across business systems.","rel":"","context":"In &quot;Blog&quot;","block_context":{"text":"Blog","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/blog\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/07\/building-interoperable-ai-agents-with-a2a-and-agent-framework.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/07\/building-interoperable-ai-agents-with-a2a-and-agent-framework.png 1x, \/wp-content\/uploads\/2026\/07\/building-interoperable-ai-agents-with-a2a-and-agent-framework.png 1.5x, \/wp-content\/uploads\/2026\/07\/building-interoperable-ai-agents-with-a2a-and-agent-framework.png 2x, \/wp-content\/uploads\/2026\/07\/building-interoperable-ai-agents-with-a2a-and-agent-framework.png 3x, \/wp-content\/uploads\/2026\/07\/building-interoperable-ai-agents-with-a2a-and-agent-framework.png 4x"},"classes":[]},{"id":57836,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/12\/implementing-secure-a2a-auth-in-microsoft-foundry-agent-service\/","url_meta":{"origin":57857,"position":3},"title":"Implementing Secure A2A Auth in Microsoft Foundry Agent Service","author":"CPI Staff","date":"July 12, 2026","format":false,"excerpt":"AI agents are starting to call other agents. Here is how to implement A2A authentication in Microsoft Foundry Agent Service without creating a security blind spot.","rel":"","context":"In &quot;Blog&quot;","block_context":{"text":"Blog","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/blog\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/07\/implementing-secure-a2a-auth-in-microsoft-foundry-agent-service.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/07\/implementing-secure-a2a-auth-in-microsoft-foundry-agent-service.png 1x, \/wp-content\/uploads\/2026\/07\/implementing-secure-a2a-auth-in-microsoft-foundry-agent-service.png 1.5x, \/wp-content\/uploads\/2026\/07\/implementing-secure-a2a-auth-in-microsoft-foundry-agent-service.png 2x, \/wp-content\/uploads\/2026\/07\/implementing-secure-a2a-auth-in-microsoft-foundry-agent-service.png 3x, \/wp-content\/uploads\/2026\/07\/implementing-secure-a2a-auth-in-microsoft-foundry-agent-service.png 4x"},"classes":[]},{"id":57803,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/08\/securing-a2a-agent-communication-using-microsoft-entra-id\/","url_meta":{"origin":57857,"position":4},"title":"Securing A2A Agent Communication Using Microsoft Entra ID","author":"CPI Staff","date":"July 8, 2026","format":false,"excerpt":"AI agents are starting to talk to each other. Here\u2019s how Microsoft Entra ID helps keep those conversations trusted, controlled, and audit-ready.","rel":"","context":"In &quot;Blog&quot;","block_context":{"text":"Blog","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/blog\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/07\/securing-a2a-agent-communication-using-microsoft-entra-id.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/07\/securing-a2a-agent-communication-using-microsoft-entra-id.png 1x, \/wp-content\/uploads\/2026\/07\/securing-a2a-agent-communication-using-microsoft-entra-id.png 1.5x, \/wp-content\/uploads\/2026\/07\/securing-a2a-agent-communication-using-microsoft-entra-id.png 2x, \/wp-content\/uploads\/2026\/07\/securing-a2a-agent-communication-using-microsoft-entra-id.png 3x, \/wp-content\/uploads\/2026\/07\/securing-a2a-agent-communication-using-microsoft-entra-id.png 4x"},"classes":[]},{"id":57780,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/07\/build-production-ai-agents-with-microsoft-agent-framework-and-net\/","url_meta":{"origin":57857,"position":5},"title":"Build Production AI Agents with Microsoft Agent Framework and .NET","author":"CPI Staff","date":"July 7, 2026","format":false,"excerpt":"AI agents are moving beyond demos. Here\u2019s how tech leaders can build secure, useful production agents with Microsoft Agent Framework and .NET.","rel":"","context":"In &quot;Blog&quot;","block_context":{"text":"Blog","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/blog\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/07\/build-production-ai-agents-with-microsoft-agent-framework-and-net.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/07\/build-production-ai-agents-with-microsoft-agent-framework-and-net.png 1x, \/wp-content\/uploads\/2026\/07\/build-production-ai-agents-with-microsoft-agent-framework-and-net.png 1.5x, \/wp-content\/uploads\/2026\/07\/build-production-ai-agents-with-microsoft-agent-framework-and-net.png 2x, \/wp-content\/uploads\/2026\/07\/build-production-ai-agents-with-microsoft-agent-framework-and-net.png 3x, \/wp-content\/uploads\/2026\/07\/build-production-ai-agents-with-microsoft-agent-framework-and-net.png 4x"},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/57857","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/comments?post=57857"}],"version-history":[{"count":1,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/57857\/revisions"}],"predecessor-version":[{"id":57860,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/57857\/revisions\/57860"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/media\/57863"}],"wp:attachment":[{"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/media?parent=57857"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/categories?post=57857"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/tags?post=57857"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}