For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Open sourceSupportFAQsDocs Home
  • Introduction
    • Overview
    • Retired adapters
      • Overview
      • SSL/TLS
      • Throttling
      • Headers
      • Add dynamic headers
      • Add query parameters
      • Update adapter configuration
LogoLogo
Open sourceSupportFAQsDocs Home
On this page
  • What is adapter configuration
  • Configuration vs customization
  • Use configuration for
  • Use customization for
  • What’s next
Configure

Configuration overview

Was this page helpful?
Previous

Service instance configuration overview

Next
Built with

Configure adapters to connect to external systems using service instance properties, authentication, and endpoint configuration.

What is adapter configuration

Configuration defines how adapters connect to and communicate with external systems without modifying code.

  • Service instance configuration: Connection settings, authentication, global behavior
  • Endpoint configuration: API call definitions, schemas, request/response handling

Configuration changes properties only - No code changes required.

Configuration vs customization

Use configuration for

  • Connection settings (host, port, protocol)
  • Authentication methods and credentials
  • SSL/TLS certificates
  • Request timeouts and retries
  • Health check behavior
  • API endpoint definitions
  • Request/response data translation
  • HTTP headers and parameters

Use customization for

  • Complex validation logic
  • Business rules enforcement
  • Data transformations beyond schema translation
  • Multi-step workflows
  • Dynamic behavior not supported by configuration

Customization overview →

What’s next

Service instance configuration

Configure connection and auth

Authentication

Authentication methods

Endpoint configuration

Configure API calls

Configure SSL/TLS

Set up certificates

Configure throttling

Rate limiting

Configure headers

HTTP headers