Ikas, IKAS Teknoloji AS website screenshot

Ikas, IKAS Teknoloji AS

ikas (IKAS Teknoloji AS) is an all-in-one e-commerce platform, headquartered in Turkey and backed by 500 Global, that lets merchants build online stores, manage products, inventory, orders, customers, and campaigns, and sell across multiple sales channels. For developers and partners, ikas exposes a public GraphQL Admin API at api.myikas.com that covers products, variants, orders, transactions, customers, price lists, campaigns, coupons, stock locations, sales channels, storefronts, and webhooks. Apps authenticate with OAuth 2.0 (client_credentials for private/store apps and authorization_code for public admin apps) using scoped permissions such as read_products/write_products and read_orders/write_orders. ikas also ships a TypeScript SDK, an ikas CLI, an App Bridge for embedded dashboard apps, a theme development kit, and an official MCP server for its code components.

Ikas, IKAS Teknoloji AS publishes 1 API on the APIs.io network. Tagged areas include Company, E-commerce, Retail, Storefront, and Orders.

The Ikas, IKAS Teknoloji AS catalog on APIs.io includes 1 event-driven AsyncAPI specification.

Ikas, IKAS Teknoloji AS’s developer surface includes documentation, getting-started guide, sandbox, pricing, authentication, CLI, and 19 more developer resources.

34.5/100 thin ▬ flat Agent 43/100 agent aware Full breakdown ↓
scored 2026-07-27 · rubric v0.5
AccessSelf serve
1 APIs 1 MCP Servers
CompanyE-commerceRetailStorefrontOrdersProductsInventoryGraphQLWebhooksOAuthSDKMCP

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 34.5/100 · thin
Contract Quality 5.7 / 25
Developer Ergonomics 14.8 / 20
Commercial Clarity 2.1 / 20
Operational Transparency 2.7 / 13
Governance 0.0 / 12
Discoverability 9.3 / 10
Agent readiness — 43/100 · agent aware
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 6 / 6
Agent Skills 5 / 5
Well-Known Catalog 4 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/ikas-ikas-teknoloji-as: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 1

Individual APIs this provider publishes, each with its own machine-readable definition.

ikas Admin API

Public GraphQL Admin API for ikas stores — read and write products, variants, orders, transactions, customers, price lists, campaigns, coupons, stock locations, sales channels, ...

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Ikas Ikas Teknoloji As Authentication

oauth2 · 1 scheme

SECURITY

Ikas Ikas Teknoloji As Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Ikas Ikas Teknoloji As Scopes

10 scopes · clientCredentials/authorizationCode

10 scopes

SCOPES

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 4

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 7

Pagination, idempotency, versioning, errors, and events

Scroll for all 7

Build 4

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: ikas-ikas-teknoloji-as
name: Ikas, IKAS Teknoloji AS
description: ikas (IKAS Teknoloji AS) is an all-in-one e-commerce platform, headquartered in Turkey and backed by 500 Global,
  that lets merchants build online stores, manage products, inventory, orders, customers, and campaigns, and sell across multiple
  sales channels. For developers and partners, ikas exposes a public GraphQL Admin API at api.myikas.com that covers products,
  variants, orders, transactions, customers, price lists, campaigns, coupons, stock locations, sales channels, storefronts,
  and webhooks. Apps authenticate with OAuth 2.0 (client_credentials for private/store apps and authorization_code for public
  admin apps) using scoped permissions such as read_products/write_products and read_orders/write_orders. ikas also ships
  a TypeScript SDK, an ikas CLI, an App Bridge for embedded dashboard apps, a theme development kit, and an official MCP server
  for its code components.
url: https://raw.githubusercontent.com/api-evangelist/ikas-ikas-teknoloji-as/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- 500-global
x-tier: stub
x-tier-reason: portfolio-lead
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-19'
image: https://ikas.dev/img/logo.svg
tags:
- Company
- E-commerce
- Retail
- Storefront
- Orders
- Products
- Inventory
- GraphQL
- Webhooks
- OAuth
- SDK
- MCP
apis:
- name: ikas Admin API
  description: Public GraphQL Admin API for ikas stores — read and write products, variants, orders, transactions, customers,
    price lists, campaigns, coupons, stock locations, sales channels, storefronts, and webhooks. 51 queries and 55 mutations,
    authenticated with OAuth 2.0 (client_credentials for private apps, authorization_code for public admin apps) and Bearer
    access tokens.
  humanURL: https://ikas.dev/docs/intro
  baseURL: https://api.myikas.com/api/v1/admin/graphql
  tags:
  - GraphQL
  - E-commerce
  - Orders
  - Products
  - Customers
  properties:
  - type: GraphQL
    url: https://api.myikas.com/api/v1/admin/graphql
  - type: APIReference
    url: https://ikas.dev/docs/api/admin-api/products
  - type: Authentication
    url: authentication/ikas-ikas-teknoloji-as-authentication.yml
  - type: OAuthScopes
    url: scopes/ikas-ikas-teknoloji-as-scopes.yml
  - type: Webhooks
    url: asyncapi/ikas-ikas-teknoloji-as-webhooks.yml
  - type: Conventions
    url: conventions/ikas-ikas-teknoloji-as-conventions.yml
  - type: ErrorCatalog
    url: errors/ikas-ikas-teknoloji-as-problem-types.yml
  - type: DataModel
    url: data-model/ikas-ikas-teknoloji-as-data-model.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Website
  url: https://ikas.com
- type: DeveloperPortal
  url: https://ikas.dev
- type: Documentation
  url: https://ikas.dev/docs/intro
- type: GettingStarted
  url: https://ikas.dev/docs/api/getting-started/authentication
- type: Sandbox
  url: https://ikas.dev/playground
- type: Pricing
  url: https://ikas.com/pricing
- type: GitHubOrganization
  url: https://github.com/ikascom
- type: Authentication
  url: authentication/ikas-ikas-teknoloji-as-authentication.yml
- type: OAuthScopes
  url: scopes/ikas-ikas-teknoloji-as-scopes.yml
- type: Conventions
  url: conventions/ikas-ikas-teknoloji-as-conventions.yml
- type: Lifecycle
  url: lifecycle/ikas-ikas-teknoloji-as-lifecycle.yml
- type: Deprecation
  url: https://builders.ikas.com/docs/app-development
- type: Webhooks
  url: asyncapi/ikas-ikas-teknoloji-as-webhooks.yml
- type: MCPServer
  url: mcp/ikas-ikas-teknoloji-as-mcp.yml
- type: Packages
  url: packages/ikas-ikas-teknoloji-as-packages.yml
- type: SDKs
  url: packages/ikas-ikas-teknoloji-as-packages.yml
- type: CLI
  url: cli/ikas-ikas-teknoloji-as-cli.yml
- type: Components
  url: components/ikas-ikas-teknoloji-as-components.yml
- type: Conformance
  url: conformance/ikas-ikas-teknoloji-as-conformance.yml
- type: DomainSecurity
  url: security/ikas-ikas-teknoloji-as-domain-security.yml
- type: WellKnown
  url: well-known/ikas-ikas-teknoloji-as-well-known.yml
- type: DataModel
  url: data-model/ikas-ikas-teknoloji-as-data-model.yml
- type: ErrorCatalog
  url: errors/ikas-ikas-teknoloji-as-problem-types.yml
- type: AgentSkill
  url: skills/_index.yml
- type: LLMsTxt
  url: llms/ikas-ikas-teknoloji-as-llms.txt
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence