Teaches an LLM agent to scaffold, configure, validate, package, upload, and deploy Apigee X / hybrid API proxies by orchestrating the 18 MCP tools exposed by the apigee-proxy-skill MCP server. The agent never writes XML by hand — tools generate policy XML from 25 Jinja2 templates, validate bundles with defusedxml…
Reports the top 10 Apigee policy types currently in use across deployed proxy revisions in the caller's Apigee org. Reads the Apigee Management API only; modifies nothing. Authenticates with Application Default Credentials.
Discovers and installs agentic skills from the customer API hub. Two modes — (1) SEARCH AND INSTALL one matching skill by natural-language query, verifying its ed25519 signature against the trust root(s) installed under keys/; (2) LIST every available skill in the catalog as a markdown table, with cursor pagination…
Publishes a local skill directory to the API hub catalog and the GCS bundle store. Runs the four-step author pipeline end to end, packing the source tree into a deterministic .skill zip, signing the manifest with an ed25519 private key, uploading the zip to GCS, and registering the signed manifest with API hub as an…