14 lines
327 B
YAML
14 lines
327 B
YAML
name: hubspot-contacts-openapi-agent
|
|
version: v3
|
|
entrypoint: agent:HubspotContactsOpenapiAgent
|
|
description: CRM object API for creating, reading, searching, and batching HubSpot
|
|
contacts.
|
|
runtime:
|
|
resources:
|
|
cpu: 200m
|
|
memory: 512Mi
|
|
egress:
|
|
allow_hosts:
|
|
- api.hubapi.com
|
|
deny_internet_by_default: true
|