canonical: https://jentic.com/apis/twilio.com/twilio---trusthub

# Twilio - Trusthub

This is the public Twilio REST API. The API exposes 53 endpoints secured with basic authentication.

## For AI agents

Programmatically create a new compliance inquiry for the authenticated account. this is necessary, resume a specific compliance inquiry that has expired, or re-open a rejected com. Covers 53 operations with basic authentication.

## Scope

Does not handle payments, communications, or crm - use for developer tools only.

## Capabilities

- Create a new Compliance Inquiry for the authenticated account. This is necessary
- Resume a specific Compliance Inquiry that has expired, or re-open a rejected Com
- Retrieve a list of all Customer-Profiles for an account.
- Query and filter Twilio - Trusthub records by parameters
- Monitor Twilio - Trusthub operational status and events

## Use cases

### Developer Tools Operations

Use the Twilio - Trusthub to perform developer tools operations programmatically. The API provides 53 endpoints covering core functionality including create a new compliance inquiry for the authenticated account. this is necessary, resume a specific compliance inquiry that has expired, or re-open a rejected com, create a new compliance registration inquiry for the authenticated account. this.

Example prompt: Call POST /v1/ComplianceInquiries/Customers/Initialize to create a new compliance inquiry for the authenticated account. this is necessary

### Automated TrusthubV1BrandedCalling Management

Automate trusthubv1brandedcalling operations by combining multiple Twilio - Trusthub endpoints. Agents can resume a specific compliance inquiry that has expired, or re-open a rejected com and then create a new compliance registration inquiry for the authenticated account. this in a single workflow.

Example prompt: Call POST /v1/ComplianceInquiries/Customers/{CustomerId}/Initialize to resume a specific compliance inquiry that has expired, or re-open a rejected com, then verify the result

### AI Agent Integration via Jentic

AI agents discover and call Twilio - Trusthub endpoints through Jentic without managing credentials directly. An agent searches for the required operation by intent, receives the matching endpoint schema, and executes the call with Jentic-managed authentication. This eliminates the need to read API documentation or handle basic tokens manually.

Example prompt: Search Jentic for 'create a new compliance inquiry for the authenticated account. this is necessary', load the operation schema, and execute with Jentic-managed credentials

## Key endpoints

| Method | Path | Description |
| --- | --- | --- |
| POST | /v1/ComplianceInquiries/Customers/Initialize | Create a new Compliance Inquiry for the authenticated account. This is necessary |
| POST | /v1/ComplianceInquiries/Customers/{CustomerId}/Initialize | Resume a specific Compliance Inquiry that has expired, or re-open a rejected Com |
| POST | /v1/ComplianceInquiries/Registration/RegulatoryCompliance/GB/Initialize | Create a new Compliance Registration Inquiry for the authenticated account. This |
| POST | /v1/ComplianceInquiries/Registration/{RegistrationId}/RegulatoryCompliance/GB/Initialize | Resume a specific Regulatory Compliance Inquiry that has expired, or re-open a r |
| POST | /v1/ComplianceInquiries/Tollfree/Initialize | Create a new Compliance Tollfree Verification Inquiry for the authenticated acco |
| POST | /v1/CustomerProfiles | Create a new Customer-Profile. |
| GET | /v1/CustomerProfiles | Retrieve a list of all Customer-Profiles for an account. |
| POST | /v1/CustomerProfiles/{Sid} | Updates a Customer-Profile in an account. |

## Key resources

- **TrusthubV1BrandedCalling** — Operations related to TrusthubV1BrandedCalling
- **TrusthubV1ComplianceInquiries** — Operations related to TrusthubV1ComplianceInquiries
- **TrusthubV1ComplianceRegistrationInquiries** — Operations related to TrusthubV1ComplianceRegistrationInquiries
- **TrusthubV1ComplianceTollfreeInquiries** — Operations related to TrusthubV1ComplianceTollfreeInquiries
- **TrusthubV1CustomerProfiles** — Operations related to TrusthubV1CustomerProfiles

## Why Jentic

- **Setup:** Wiring Twilio TrustHub by hand means setting up HTTP basic auth with your account SID and auth token against the trusthub.twilio.com host and handling retries yourself. Through Jentic you install once, import Twilio TrustHub from the API Directory, store the account SID and auth token once, and your agent calls it.
- **Permission scoping:** Twilio TrustHub puts the customer profile and registration ids in the URL path (/v1/CustomerProfiles/{Sid}), so a rule can pin your agent to one customer profile. You choose the operations it may call, so writes like initializing a compliance inquiry are not included unless you add them.
- **Credential handling:** Your Twilio account SID and auth token are stored once, encrypted, by your own Jentic One instance and injected at execution time. They never enter the agent's prompt, logs, or context.
- **Discovery method:** Agents search Jentic by intent such as 'create a customer profile' or 'initialize a compliance inquiry', and Jentic returns the matching Twilio TrustHub operation with its input schema so the agent calls the right endpoint without browsing the reference docs.

## Related APIs

- **Github** — Alternative developer tools API
- **Gitlab** — Alternative developer tools API

## FAQ

### What authentication does the Twilio - Trusthub use?

The Twilio - Trusthub uses HTTP Basic authentication with username and password. Through Jentic, these credentials are stored encrypted in your Jentic One instance and injected at execution time, so raw secrets never enter the agent context.

### Can I create a new compliance inquiry for the authenticated account. this is necessary with the Twilio - Trusthub?

Yes. Use the POST /v1/ComplianceInquiries/Customers/Initialize endpoint. The API returns structured JSON responses that agents can parse and act on directly.

### What are the rate limits for the Twilio - Trusthub?

Rate limits are not specified in the OpenAPI spec. Check the vendor documentation for current limits. Through Jentic, rate limiting is handled automatically with retry logic built into the execution layer.

### How do I create a new compliance inquiry for the authenticated account. this is necessary through Jentic?

Install the Jentic SDK with pip install jentic, authenticate through Jentic One, the self-hosted execution layer, then search for 'create a new compliance inquiry for the authenticated account. this is necessary'. Jentic returns the matching Twilio - Trusthub operation with its input schema. Load the schema and execute the call - credentials are injected automatically.

### How many endpoints does the Twilio - Trusthub have?

The Twilio - Trusthub exposes 53 endpoints covering trusthubv1brandedcalling, trusthubv1complianceinquiries, trusthubv1complianceregistrationinquiries operations.

### Can I limit what my agent is allowed to do with the Twilio TrustHub API?

Yes. Because you run Jentic One yourself, your own rules decide which TrustHub operations and credentials the agent may use. TrustHub carries the customer profile and registration ids in the URL path, such as /v1/CustomerProfiles/{Sid}, so you can pin the agent to a single customer profile. You also pick the exact operations it can call, so write actions like initializing a compliance inquiry are excluded unless you add them.
