Have something to say?

Tell us how we could make the product more useful to you.

Chipp Agent Template API: API endpoints for programmatic agent creation and input

Overview Feature request from Featurebase to enable programmatic agent creation and interaction via API, allowing external systems to spin up and use Chipp agents without the UI. Sub-Issues ENG-1608: Template-Based Agent Creation Endpoint (POST /templates/{id}/instantiate) ENG-1609: Simple Input API for Template-Based Agents (POST /agents/{id}/input) ENG-1610: Optional Webhook Delivery for Longer Tasks Use Cases Agencies: Spin up white-labeled agents for clients programmatically SaaS integrations: Use Chipp agents as backend helpers Automation flows: Integrate agents into Zapier/Make workflows Long-running tasks: Async webhook delivery for complex workflows MVP Scope Mark agents as "templates" in UI POST /templates/{templateid}/instantiate β†’ returns new agentid + entry points POST /agents/{agent_id}/input β†’ returns agent response Optional webhook_url parameter for async delivery Technical Considerations Authentication: API keys or OAuth Rate limiting for agent creation Template versioning Webhook retry logic

Image

Linear 13 days ago

πŸ’‘

Feature Request

Simple Input API for Template-Based Agents

Initiative: Chipp Agent Template API Description: Provide a lightweight API endpoint that lets external systems send a message or structured input to a Chipp agent and receive the agent’s response. This mirrors the existing chat interface but requires no UI, embed component, or manual configuration. Requirements: API endpoint: POST /agents/{agent_id}/input Accepts: text message optional simple JSON payload Returns: the agent’s response text any tool/action outputs Does not expose or modify configuration settings Outcome: Agents can operate as backend helpers for SaaS apps, automation flows, or operations tools without needing a visible chat interface.

Image

Daniel Jeffords 29 days ago

πŸ’‘

Feature Request

Template-Based Agent Creation Endpoint

Initiative: Chipp Agent Template API Description: Add a simple API endpoint that allows external systems to create a new agent from an existing agent template. Templates are created and configured inside the Chipp UI and contain all required data sources, actions, and channel setup so the API consumer does not need to configure anything. Requirements: Ability inside the UI to mark an agent as a β€œtemplate” API endpoint: POST /templates/{template_id}/instantiate New agent inherits everything from the template: instructions actions/tools integrations data sources channels API returns: new agent_id communication entry points (Slack install URL, agent URL, etc.) Outcome: External tools, agencies, and SaaS products can instantly spin up ready-to-use agents without touching the Chipp UI.

Image

Daniel Jeffords 29 days ago

1
πŸ’‘

Feature Request

Completed

Add additional training materials to the Chipp.ai support tools

I’ve noticed that the help bots around Chipp.ai don’t seem to have access to a number of educational and support resources. This is an incomplete list, but covers specific areas I’ve noticed. 1. Access to your documentation. It just tells me to go look it up and does not give direct links either. - this would be incredibly helpful! 2. Your support bot on the help page doesn’t seem to know that’s what it is and continuously points me to go find your help page if I have questions. I’ve even tried asking it to review what’s on https://app.chipp.ai/settings/help-center and help me understand how to find answers, and it doesn’t. It’ll just tell me to use the link I shared with it. 3. The support bot does not seem to have a support email on file for you all. I know you have the updates.chipp.ai site, but there are a lot of support queries that fall outside that parameter. It would be great if you all had a way to contact you other than just through here. 4. Your support bot does not point people to updates.chipp.ai to submit tickets. It will even claim it’s going to submit a ticket for me, but when pushed admits it can’t do that. Overall, I just haven’t been able to get it to give me direct links or contact points for any solutions within Chipp.ai.

Image

Daniel Jeffords 29 days ago

1
πŸ’‘

Feature Request