Files
blog-openapi-agent/a2a.yaml
a2a-platform 4e43fbe8e2 deploy
2026-07-08 12:05:26 +00:00

15 lines
446 B
YAML

name: blog-openapi-agent
version: 0.1.0
entrypoint: agent:BlogOpenapiAgent
description: Publishing, read, comment, and reaction API for the a2a cloud blog. Published
content and comments are public; publishing requires the blog API key; comment and
reaction writes require an a2a Cloud browser session.
runtime:
resources:
cpu: 200m
memory: 512Mi
egress:
allow_hosts:
- blog.a2acloud.io
deny_internet_by_default: true