Conversation
mattshep
commented
Feb 20, 2026
- Add buildId parameter to agent create/update endpoints
- Add error examples for buildId validation errors
- Add build endpoints: upload-url, create, list, get
- Update navigation with Builds section
- Add buildId parameter to agent create/update endpoints - Add error examples for buildId validation errors - Add build endpoints: upload-url, create, list, get - Update navigation with Builds section
Parameter was redundant - S3 enforces the 500MB limit via its own content-length-range condition.
cbrianhill
left a comment
There was a problem hiding this comment.
I think my main piece of feedback here is about timing -- would we merge this before we have any CLI functionality, or wait until we have the CLI ready, and maybe some updates to the general deployment documentation explaining how a user will use this?
I think a new guide would be good, but I was starting with just the basics (API endpoints) and then intended to circle back for more once I had the CLI changes ready... I'll hold off on merging this one though until we get the new endpoints live in prod |
…aram - Remove contentLength from upload-url request examples (not a valid parameter) - Fix S3 field name casing: X-Amz-* instead of x-amz-* (S3 is case-sensitive) - Add bucket field to upload example - Add X-Amz-Security-Token for STS credentials - Add warning about field name case-sensitivity to prevent auth errors Discovered during API integration testing.
Add documentation for the new build logs endpoint that allows users to retrieve logs from a specific build for debugging and monitoring.
Update cloud builds guide and deploy CLI reference to reflect that a Dockerfile is now required. Point users to pipecat-quickstart for reference Dockerfiles.