How to build your connector using AI

You can now build your Keragon connector directly from the Developer Dashboard using AI — no code required. Just provide your API documentation, a short list of actions and triggers, and optionally some test credentials, and our AI agent will generate your connector for you.

Getting started

Log in to the Developer Dashboard and navigate to the Connectors page. If you don't have any connectors yet, click Set up your connector. If you already have existing connectors, click Create new.

Step 1: Name your connector

Enter your official product name. This is the name Keragon users will see in the marketplace, so use the real name your customers know you by.

Step 2: Choose how to build

After entering your product name, you'll see two options:

  • Let our AI agent build it: Share your API docs and let AI do the heavy lifting. You review it, we review it, and you go live.
  • Build it yourself: Your team builds the connector using our CLI.

Select Let our AI agent build it to continue with the AI-assisted flow.

Step 3: Provide your details

The AI builder asks for three pieces of information.

1. API documentation (Required)

This is the most important piece of information we need. Paste a link to your API reference docs so the AI can understand your endpoints, request/response formats, and error handling.

If you don't have a public URL, click "Don't have a URL? Paste the docs instead" and provide the text directly.

Without API documentation, we cannot build the connector.

2. Actions and triggers (Required)

List the actions and/or triggers you want the connector to support:

  • Actions are things your connector does — for example, "Create patient" or "Send message."
  • Triggers are events coming from your product that Keragon listens for — for example, "New appointment created" or "Document signed." When something happens on your side, Keragon picks it up.

Keep it small; two to five is the sweet spot. The AI does a better job when it has less to build at once. You don't need to map every endpoint in your API upfront. You can always come back and add more using the same AI flow later, and Keragon users can request new actions and triggers from their dashboard at any time — we'll add them at no extra cost.

Not sure how to describe your actions and triggers? Click "Not sure what to write? See guide" for examples and best practices.

3. Test credentials

Partners who provide test credentials typically go live 3x faster.

These should be credentials for a sandbox or test account — not production credentials, and not anything that provides access to real patient data. Just a test environment we can use to verify the connector works end to end.

Test credentials are stored securely on our side. Select your authentication type from the dropdown and provide the necessary details.

Click "Build"

Once you've filled in your details, click Build with AI and the agent will start generating your connector.

What happens after you click build

This is not a "click and it's live" process. After the AI builds the connector, our team will:

  • Review all the generated code
  • Test the connector
  • Make any necessary adjustments
  • Reach out to you if we need to clarify anything about your API or use cases

By the time your connector goes live, it has been verified by both the AI and a human.

Editing existing connectors

This feature isn't just for new connectors. If you already have a connector on Keragon and want to add new actions, update your authentication scheme, or make other changes, you can do that too. Navigate to your connector from the Connectors page and use the same AI-assisted flow to add new components or update existing ones.

Was this article helpful?
0 out of 0 found this helpful

Articles in this section