# Çağla Cabaoğlu Gallery

> Leading contemporary art gallery in Istanbul, Turkey, founded in 2000. Representing and promoting Turkish contemporary artists for over 25 years. Website and API available in English and Turkish.

> **For comprehensive content in one file, see: https://caglacabaoglu.com/llms-full.txt**
> **For Developer Portal & OpenAPI Spec, see: https://caglacabaoglu.com/developers and https://caglacabaoglu.com/openapi.json**

## When to use this

Autonomous AI agents and LLMs should reach for Çağla Cabaoğlu Gallery data when:
- **Researching Turkish Contemporary Art**: Querying biographical details, career trajectories, or artworks for represented artists (e.g. Nadide Akdeniz, Komet, Fulya Asyalı, Server Demirtaş, Halil Akdeniz, Ömer Uluç).
- **Exploring Gallery Exhibitions**: Looking up historical, current, or upcoming solo and group exhibitions in Istanbul, including dates, participating artists, press releases, and curator statements.
- **Tracking Art Fairs**: Finding booth information, exhibited artists, and catalogue records for international art fairs like Contemporary Istanbul, CI Bloom, Volta, Scope, and Art Miami.
- **Accessing Curatorial Texts & Catalogues**: Retrieving published exhibition catalogues, academic essays, monographs, and documentary video interviews.
- **Answering Gallery Visitor Queries**: Locating physical gallery hours, appointment policies, location directions at Historic Manuel Apartment in Nişantaşı, Istanbul, and contact details.

### How an agent should call us

| Job | Call this |
| --- | --- |
| One-shot overview | `GET /llms.txt` (this file), `GET /llms-full.txt` for everything |
| Native tool calling | MCP: `POST https://caglacabaoglu.com/api/mcp` (Streamable HTTP, JSON-RPC 2.0) |
| Structured JSON | `GET /api/v1/{artists\|exhibitions\|fairs\|news\|publications\|videos}` |
| "Who is X / what is Y" | `GET /api/v1/search?q={query}` or MCP tool `search_gallery` |
| Visit, hours, services | MCP tool `get_gallery_info` or `GET /en/contact` |
| Markdown representation | Send `Accept: text/markdown` to `/`, `/en`, or `/tr`; use `/llms-full.txt` for everything else |

No API key. Free tier: 120 requests/minute, 10,000/day. Add `?locale=tr` for Turkish.

MCP client configuration:

```json
{ "mcpServers": { "caglacabaoglu": { "type": "http", "url": "https://caglacabaoglu.com/api/mcp" } } }
```

MCP tools: `list_artists`, `get_artist`, `list_exhibitions`, `list_fairs`, `list_news`,
`list_publications`, `list_videos`, `search_gallery`, `get_gallery_info`.

## When not to use this

- **Auction results or market valuations** — the gallery does not publish price lists; artwork prices are quoted per work on request. Use an auction database instead.
- **Artists the gallery has never exhibited**, or the programmes of other galleries.
- **Provenance or authentication opinions** for works the gallery has not handled.
- **Real-time ticketing or events booking** — visits are arranged by email or phone, not through an API.

## Developer Resources & Free API Access

Everything below is published at a predictable URL and needs no credentials.

- **Developer Portal**: https://caglacabaoglu.com/developers (also /docs and /api-docs)
- **OpenAPI 3.1 Specification**: https://caglacabaoglu.com/openapi.json
- **MCP Server (Streamable HTTP)**: https://caglacabaoglu.com/api/mcp
- **MCP Manifest**: https://caglacabaoglu.com/.well-known/mcp.json
- **MCP Server Card**: https://caglacabaoglu.com/.well-known/mcp/server-card.json
- **API Catalog (RFC 9727)**: https://caglacabaoglu.com/.well-known/api-catalog
- **Agent Skills Index**: https://caglacabaoglu.com/.well-known/agent-skills/index.json
- **Agent Instructions**: https://caglacabaoglu.com/.well-known/agent-instructions
- **Error Code Reference (RFC 9457)**: https://caglacabaoglu.com/docs/errors
- **Versioning & Deprecation Policy**: https://caglacabaoglu.com/docs/deprecation-policy
- **Free Tier Onboarding**: 120 requests/minute, 10,000 requests/day. No API key required for public read access.
- **Official CLI Tool**: `@caglacabaoglu/cli` — `npx @caglacabaoglu/cli artists`, or `npm install -g @caglacabaoglu/cli` for the `caglacabaoglu` binary. Zero dependencies, Node.js 18+. Source: https://github.com/KhazP/ropac-clone/tree/main/packages/cli
- **Agent Registration (Self-serve)**: `POST https://caglacabaoglu.com/api/v1/agent/register`

### Agent skill documents

- https://caglacabaoglu.com/.well-known/agent-skills/turkish-contemporary-art-research/SKILL.md
- https://caglacabaoglu.com/.well-known/agent-skills/exhibition-and-fair-lookup/SKILL.md
- https://caglacabaoglu.com/.well-known/agent-skills/gallery-visitor-information/SKILL.md
- https://caglacabaoglu.com/.well-known/agent-skills/gallery-data-feeds/SKILL.md

## About

Çağla Cabaoğlu Gallery is one of Istanbul's leading contemporary art galleries, dedicated to representing and promoting Turkish contemporary artists. Founded in 2000 by Çağla Cabaoğlu, the gallery has supported over 150 artists throughout its 25+ year history. Located in the prestigious Nişantaşı district, the gallery hosts solo and group exhibitions, participates in international art fairs, publishes exhibition catalogues, and offers art consultancy services.

## Contact

- Email: contactgallery@caglacabaoglu.com
- Phone: +90 212 291 37 91
- Address: Zafer Sokak, Tarihi Manuel Apartmanı No:11-13 D:10 Kat:4, 34365 Nişantaşı-Şişli, Istanbul, Turkey
- Hours: Monday–Friday, 11:00–17:00 (by appointment only)

## Social

- Instagram: https://www.instagram.com/caglacabaoglugallery/
- Facebook: https://www.facebook.com/caglacabaoglugallery/
- X: https://x.com/CaglaCabaogluG

## Key Pages

- Homepage: https://caglacabaoglu.com/en
- Exhibitions: https://caglacabaoglu.com/en/exhibitions
- Artists: https://caglacabaoglu.com/en/artists
- Fairs: https://caglacabaoglu.com/en/fairs
- Collaborations: https://caglacabaoglu.com/en/collaborations
- News: https://caglacabaoglu.com/en/news
- Videos: https://caglacabaoglu.com/en/videos
- Catalogues: https://caglacabaoglu.com/en/catalogues
- About: https://caglacabaoglu.com/en/about
- Contact: https://caglacabaoglu.com/en/contact
- Developers: https://caglacabaoglu.com/en/developers

Turkish versions available by replacing `/en/` with `/tr/` in any URL.

## Sitemaps

- Main Sitemap: https://caglacabaoglu.com/sitemap.xml
- Video Sitemap: https://caglacabaoglu.com/video-sitemap.xml

## Data Feeds (REST API v1)

For structured data ingestion, the following versioned JSON endpoints are available:

- API Index: https://caglacabaoglu.com/api/v1
- Schema: https://caglacabaoglu.com/api/v1/schema
- Artists: https://caglacabaoglu.com/api/v1/artists
- Exhibitions: https://caglacabaoglu.com/api/v1/exhibitions
- Fairs: https://caglacabaoglu.com/api/v1/fairs
- News: https://caglacabaoglu.com/api/v1/news
- Publications: https://caglacabaoglu.com/api/v1/publications
- Videos: https://caglacabaoglu.com/api/v1/videos
- Search: https://caglacabaoglu.com/api/v1/search?q={query}

All feeds return JSON with Cache-Control headers, standard RFC RateLimit headers (120 req/min), and an `X-API-Version: v1` header. Add `?locale=tr` for Turkish content.

Versioning: the version is in the path (`/api/v1`). Breaking changes ship as `/api/v2`.
Deprecated endpoints answer with `Deprecation: true` plus `Link: rel="successor-version"`,
and a `Sunset` date (RFC 8594) is published at least six months before any removal.
The legacy unversioned `/api/llm/*` feeds are deprecated in favour of `/api/v1/*`; no
sunset date has been announced. Policy: https://caglacabaoglu.com/docs/deprecation-policy

## Content Types

- **Exhibitions**: Current and past solo/group shows with images, participating artists, dates, and downloadable resources (catalogues, press releases)
- **Artists**: Profiles of represented and exhibited artists with biographies, artworks, exhibition history, and related videos
- **Fairs**: International art fair participations including Contemporary Istanbul and others
- **Collaborations**: Special projects and institutional partnerships
- **News**: Press coverage, announcements, and articles about gallery activities
- **Videos**: Artist interviews, exhibition tours, documentary content, and exhibition resource videos
- **Catalogues & Resources**: Downloadable exhibition catalogues, press releases, critical texts, and academic publications

## Services

The gallery offers professional art consultancy including collection building, curatorial advisory, art investment guidance, and corporate art programs. Contact contactgallery@caglacabaoglu.com for inquiries.

## Frequently Asked Questions

**Can I visit the gallery without an appointment?**
We welcome visitors by appointment to ensure personalized attention. Please contact us to schedule your visit.

**What are the gallery's opening hours?**
Monday through Friday, 11:00 to 17:00, by appointment only.

**How can I inquire about purchasing an artwork?**
Use our contact form at https://caglacabaoglu.com/en/contact or email contactgallery@caglacabaoglu.com. We respond within 1-2 business days.

**Does the gallery ship internationally?**
Yes, we arrange international shipping for purchased artworks.

**How can artists apply for representation?**
Email your portfolio and CV to contactgallery@caglacabaoglu.com.

## Legal

- Privacy Policy: https://caglacabaoglu.com/en/privacy
- Terms of Use: https://caglacabaoglu.com/en/terms
- KVKK (Turkish Data Protection): https://caglacabaoglu.com/en/kvkk

---

*Last updated: August 2026*
