We're hiring

Build the AI that builds the future

We're looking for the curious, the bold, and the brilliant. Join a team where your work has real global impact — and where AI isn't just a product, it's how we think.

Life at Clymora

180+ people. 3 India hubs. One mission.

From Gurgaon to Jaipur to Bangalore, our teams build AI that matters — with the autonomy, resources, and colleagues to do the best work of their careers.

Why Clymora

Benefits built for exceptional people

Equity & Ownership

Competitive equity packages with 4-year vesting. You're building this company — you should own part of it.

Learning Budget

$5,000 annual learning stipend for courses, conferences, books, and certifications — no approval process required.

Health & Wellness

Comprehensive medical, dental, and vision. Plus a $1,500 wellness allowance for gym, therapy, and whatever keeps you well.

Flexible Work

Async-first culture with flexible hours. Our results-focused environment means you work when and where you do your best thinking.

Hub Mobility

Work from any of our three India hubs — Gurgaon, Jaipur, and Bangalore. Relocation support provided for those who want to make a move permanent.

AI Compute Access

Unlimited GPU credits and early access to internal research models — because we want our team experimenting, not waiting on quotas.

Open positions

Find your role

Build with us

A peek at our engineering docs

The same developer documentation our AI specialists ship against every day. Explore a preview right here — then open the full portal.

docs.clymora.com Live preview
Docs
Documentation / Overview

Overview

The Clymora API lets you deploy domain-tuned models, orchestrate AI agents, and stream real-time inference — governed inside your own perimeter.

  • Inference — run completions against Clymora models or your own fine-tunes.
  • Agents — multi-step workflows that reason, plan, and call tools.
  • Governance — audit trails and policy enforcement on every request.
Documentation / Quickstart

Quickstart

Make your first authenticated request in three steps — generate a key, install the SDK, and stream a completion.

curl https://api.clymora.com/v1/inference \ -H "Authorization: Bearer $CLYMORA_API_KEY" \ -d '{ "model": "clymora-core", "input": "Summarize Q3 results." }'
Documentation / API reference

API reference

REST endpoints served over HTTPS from api.clymora.com. The core routes:

  • POST /v1/inference — run a model completion.
  • POST /v1/agents/run — execute an agent workflow.
  • GET /v1/models — list available models.
  • PUT /v1/models/{id}/tune — fine-tune on your data.
Documentation / Webhooks

Webhooks

Subscribe to inference and training events with signed, automatically-retried payloads.

{ "event": "training.completed", "data": { "model_id": "ft_clymora_a1b2", "status": "ready" } }

A live preview of the Clymora developer documentation portal.

Open full docs
Don't see your role?

We're always looking for great people

If you're exceptional at what you do and believe in what we're building, we'd love to hear from you.