diff --git a/website/static/templates.json b/website/static/templates.json index bc714d161..3b1a0b207 100644 --- a/website/static/templates.json +++ b/website/static/templates.json @@ -6971,5 +6971,33 @@ "IaC": [ "terraform" ] + }, + { + "title": "Azure AI integration of customer users with C# applications and enterprise data, using OAuth 2.0 token intelligence.", + "description": "A secured A2A and MCP flow, where customer users send commands to backend agents and resource servers apply token-based authorization. Includes a container apps deployment where tokens enable agents to complete complex flows, while resource servers and API gateways can apply dynamic access controls.", + "preview": "./templates/images/curity-autonomous-ai-agent.jpg", + "authorUrl": "https://curity.io", + "author": "Curity Team", + "source": "https://github.com/curityio/azd-ai-autonomous-agent", + "tags": [ + "community", + "new", + "ai" + ], + "languages": [ + "dotnetCsharp" + ], + "azureServices": [ + "aca", + "aifoundry", + "azurestorage", + "managedidentity", + "azuresql", + "vnets" + ], + "IaC": [ + "bicep" + ], + "id": "4218b822-4eca-451e-8b9b-c89a9be0dec5" } -] \ No newline at end of file +] diff --git a/website/static/templates/images/curity-autonomous-ai-agent.jpg b/website/static/templates/images/curity-autonomous-ai-agent.jpg new file mode 100644 index 000000000..8d602b526 Binary files /dev/null and b/website/static/templates/images/curity-autonomous-ai-agent.jpg differ