---
url: /sdks-and-tools/ai-tooling.md
---

# Building with AI ✨

Great effort has been put into making sure that Jabra developer tools, SDKs, and APIs are as friendly as possible to work with for AI agents and humans alike.

When building a Jabra integration with AI, we offer the following resources and recommendations to help you achieve the best possible results.

## Agent Skills for Jabra development

For the best and most accurate AI agent development experience, it's recommended to use the `Jabra Integration` skill. It's based on [Agent Skills](https://agentskills.io/home) and contains instructions to help AI agents understand and use Jabra developer resources and best practices for solid integration design, development and verification.

AI coding agents like Claude Code, GitHub Copilot, Codex, and others support Agent Skills.

### Adding the `Jabra Integration` skill to your project

Consider adding the `Jabra Integration` skill as a project-level skill in your preferred AI coding agent. This makes it available to everyone — and every tool — working on the project.

To add the `Jabra Integration` skill to your project:

**Install with [npx skills](https://skills.sh/):**

If you have Node.js + npm installed, you can add the `Jabra Integration` skill to your project with a single command:

```sh
npx skills add gnaudio/jabra-ai-toolkit -y
```

**Install manually:**

Download the `jabra-integration` skill folder from our [Jabra AI Toolkit GitHub repo](https://github.com/gnaudio/jabra-ai-toolkit) and place it in the appropriate folder for your AI coding agent:

* For GitHub Copilot, place it in `.github/skills/jabra-integration`
* For Claude Code, place it in `.claude/skills/jabra-integration`
* For Codex, place it in `.codex/skills/jabra-integration`

## Agent friendly documentation

All content on this site is served in Markdown format too. This is to ensure that all documentation is simpler and cheaper for AI agents to parse. Most AI agents should automatically find the markdown versions if you just tell them to use [developer.jabra.com](https://developer.jabra.com/) as reference.

* [`llms.txt`](/llms.txt) A content overview of this site, designed to give AI agents a clear map of what's available and where to find it.
* [`llms-full.txt`](/llms-full.txt) The full content of this entire site in a single text file.

For a full markdown version of a specific page, simply add `.md` to the URL. For example, the markdown version of this page is available at: /sdks-and-tools/ai-tooling.md.
