Skip to main content

One post tagged with "Parameters"

View All Tags

Building request bodies with AI-generated skill parameters

· 8 min read
Matías D. Rohleder
Matías D. Rohleder
Back End Engineer

The HTTP Request skill lets an agent call your APIs, and most of the work of getting it right is in the request body. Serenity* Star gives you three ways to build one: a static body you write yourself, an AI-Generated body the agent writes from your description, and a dynamic body where you own the template and the agent only fills in the values.

This article works through all three on a small task-tracker API, and then shows how the same ideas apply to URL-encoded, multipart and plain-text endpoints.