Prerequisites
Before you begin, ensure you have:- Created an account on Karada.ai.
- A valid OpenAPI or Swagger URL (e.g.,
https://api.example.com/openapi.json). If you don’t have one, you can use a public API like the Petstore API.
Step 1: Create a Workspace and Project
A project in Karada is the top-level container for all your deployments, integrations, and usage tracking.- Navigate to your Dashboard.
- If you haven’t already, create a new Team Workspace.
- Click the prominent Create Project button in the top right corner.
- Select the Auto-MCP template from the list of available providers.
- Give your project a descriptive name (e.g.,
Petstore AI Agent).
Step 2: Configure Auto-MCP
Karada’s most powerful feature is Auto-MCP, which turns any API into AI-ready tools.Select Specification Type
Choose between OpenAPI or Swagger depending on the format of your
API specification. Karada supports both widely-used standards.
Provide the API URL or File
Paste the URL pointing to your
.json or .yaml specification file.
Alternatively, you can upload the file directly from your local machine.Step 3: Generate and Deploy
Once you are satisfied with the detected tools:- Click the Generate Server button.
- In a few seconds, Karada will compile a fully-functioning TypeScript server.
- You can now choose to:
- Download as ZIP: Run the server locally on your machine.
- Deploy to Karada: Host the server instantly on our scalable infrastructure.