docusaurus/platform_versioned_docs/version-1.6/contributing-to-airbyte/submit-new-connector.md
You can contribute a new low-code API Connector in Connector Builder. They're the fastest to review, and easiest for you and others to maintain!
To contribute a new connector in Connector Builder:
In order to contribute a new connector from the Airbyte UI, you'll need to obtain your GitHub Personal Access Token. This will allow your GitHub user to author the contribution.
The token must be a (classic) token with repo scope enabled. Follow these directions to create a new token with the required scopes.
Developer settings.Tokens (classic).Generate new token (classic).workflow scope. Click Generate Token.While our Connector Builder is constantly growing and evolving in flexibility and supported use cases, some connector implementations won't work in the Builder just yet. See the Connector Development guide for more details on how to build a connector. If you're building a custom Python CDK or Database (Java CDK) connector, please start with filing a discussion or an issue:
This will enable our team to make sure your contribution does not overlap with existing works and will comply with the design orientation we are currently heading the product toward. If you do not receive an update on the issue from our team, please ping us on Slack!
airbyte-ci connectors test tests. Here's a guide on how to run them.