Files
blog-openapi-agent/a2a.yaml
a2a-platform be122ac40b
All checks were successful
build / build (push) Successful in 3s
deploy
2026-05-27 16:38:31 +00:00

15 lines
388 B
YAML

name: blog-openapi-agent
version: 0.1.1
entrypoint: agent:BlogOpenapiAgent
description: Publishing and read API for the a2a cloud blog. Published content is
public; draft, preview, create, update, and delete operations require the blog API
key.
runtime:
resources:
cpu: 200m
memory: 512Mi
egress:
allow_hosts:
- blog.a2acloud.io
deny_internet_by_default: true