Skip to content
Skip to main content
Connect business tools

AIP

Connect business tools

Let Agents call HTTP services with explicit inputs and authentication.

Choose a tool type

ConfigurationUse case
Dynamic HTTP toolExpose a business operation with a defined name, inputs, and result
Event toolEmit tool events to an existing integration and configure a response template
HTTP proxySet allowed hosts and injected request headers

Configure a dynamic HTTP tool

For order lookup, first prepare a business endpoint that accepts requests and returns JSON.

  1. Open business tools in the Agent editor and add an HTTP tool.
  2. Name it lookup_order and describe it as “Look up the current status by order number.”
  3. Enter the business service URL.
  4. Add an input schema with a required string order_id.
  5. Reference a bound secret in headers if authentication is required.
  6. Apply the tool configuration, then save the Agent.
{
  "type": "object",
  "properties": {
    "order_id": {"type": "string", "description": "Order number supplied by the customer"}
  },
  "required": ["order_id"],
  "additionalProperties": false
}

In debugging, ask “Check the status of order DEMO-001.” Replace the example with your test data. Check the selected tool, complete arguments, and whether its response is sufficient to answer.

Configure an HTTP proxy

Set host rules and headers for the business requirement. Reference secrets instead of pasting real tokens into prompts. Verify host scope so one system's authentication headers are not sent elsewhere.

When calls fail

Inspect the debug tool error, then check the URL, input schema, headers, and secret bindings. Apply in the tool dialog only updates the draft; save the Agent afterward.

Event tools require a corresponding event-processing service. A response template does not perform the actual business operation.

Meet HastLearn about Hast AIP, Hast Agent, Hast GTM, and delivery with the FDE team.About AIPConfigure Agents and connect business systems using the FDE delivery workbench.Create your first AgentConfigure, save, and debug an Agent without external services.Configure and manage AgentsSet responsibilities, models, and capabilities, and maintain the active configuration.Manage SkillsWrite, import, and select the skill files used by Agents.Add a knowledge baseIndex URLs or files so an Agent can retrieve information from them.Manage business secretsStore credentials and bind them to Agents without exposing real values in examples.Connect business toolsLet Agents call HTTP services with explicit inputs and authentication.Configure long-term memoryChoose what memory an Agent can read and where new memory is written.Debug an AgentTest saved configurations, conversation continuity, and tool results.Import, export, and copyReuse configurations and recheck resources and credentials after migration.HTTP integrationInvoke an Agent from your server, continue conversations, read replies, and stop execution.MCP integrationConnect external Agent clients to AIP tools with a Public API Key.About Task AgentPlan, execute, and deliver complete tasks with tools, files, and lasting context.Complete your first taskSubmit a request, review the plan, and inspect the final output.Plan, execute, and manage conversationsRefine plans, stop execution, and manage conversation history.Upload, view, and download filesProvide inputs and keep the files created by your tasks.Connect apps and configure capabilitiesAuthorize external apps and maintain context across tasks.Create scheduled tasksSet recurrence and timezone, then inspect each run's result.Task Agent troubleshootingCheck access, connections, task state, and files.API quickstartCreate a key, submit a task, and read execution results.Event streamingRead SSE frames, resume after disconnection, and interpret Event v2.API referenceExplore public endpoint parameters, authentication, and response schemas.About GTMUse a shared website project for research, visibility analysis, and marketing drafts.Create your first GTM projectEnter a website, wait for initialization, and inspect the first results.Manage projects and website contextSwitch projects, refresh site information, and manage project settings.Company analysis and project documentsReview product, competitor, and marketing context before content tasks.SEO and website performanceRead PageSpeed reports for mobile and desktop.AI brand mentionsInspect buyer questions and whether model answers mention your brand.Connect Google AnalyticsAuthorize an account, choose a GA property, and inspect traffic reports.Generate and publish X draftsCreate posts, review previews, and finish publishing on X.Generate article draftsSet style, language, and audience, then review and copy Markdown.Use Growth AgentRead project context or start supported background operations in conversation.Run status and troubleshootingCheck queueing, dependencies, and results without treating unfinished work as missing data.Plans and usageCheck access, consumption, and billing for the current Profile.