PlatformPlatformEntegrasyonIntegrationFiyatlandırmaPricingİletişimContactDemo talep etRequest a demo
EntegrasyonIntegration

Tek omurga üzerinde üç entegrasyon yöntemi.Three integration methods on a single backbone.

Banka hangi dili veya teknolojiyi kullanırsa kullansın, gözlemler tek bir ingestion endpoint'ine iletilir. Düşük entegrasyon eforu ve sıfır kesinti.Whatever language or technology the bank uses, observations are sent to a single ingestion endpoint. Low integration effort and zero disruption.

Banka uygulamasıBank application
Herhangi bir dilAny language
Tek ingestion endpointSingle ingestion endpoint
/ingest/v1/observation
Modüller ve VaultModules and Vault
Mühürlü kanıtSealed evidence

Akış pasif ve fire-and-forget niteliğindedir; çağrı yanıt beklemez ve bankanın işlem akışı hiçbir koşulda etkilenmez.The flow is passive and fire-and-forget; the call never waits for a response and the bank's transaction flow is never affected.

Üç yöntemThree methods

İhtiyaca göre denetim derinliğiThe right audit depth for each need

Kullanım durumuUse case

Tek noktadan tüm projelerEvery project from a single point

Bankanın ortak API gateway'ine yerleştirilen, asenkron ve bloklamayan bir tap. Uygulamalara müdahale etmeden tüm yapay zekâ trafiğini tek noktadan gözlemler. İşlem düzeyi denetim, Evidence Pack ve KVKK ilgili-kişi başvurusu için tek başına yeterlidir.An asynchronous, non-blocking tap placed on the bank's shared API gateway. It observes all AI traffic from a single point without modifying applications. On its own, it is sufficient for transaction-level audit, Evidence Pack and KVKK subject-access.

  • Uygulama tarafında değişiklik gerektirmezRequires no application-side changes
  • İşlem düzeyi: kim, ne zaman, hangi sonuçTransaction level: who, when, which outcome
  • Tüm yapay zekâ projeleri tek noktadaAll AI projects from one point
// gateway katmanında tek tanıma single definition at the gateway const tap = new SigillumTap({ ingestUrl: "https://sigillum.internal/ingest/v1/observation", tenantId: "bank-01", apiKey: process.env.SIG_INGEST_KEY }); tap.observe(req, res); // fire-and-forget

Kullanım durumuUse case

Model düzeyinde derinlikModel-level depth

Uygulamaya eklenen hafif ve fire-and-forget bir SDK. Gateway'in göremediği model kimliği, token, talimat/yanıt hash'i ve agentic adımları kayıt altına alır. Çok dillidir ve ham içerik gönderilmez; yalnızca hash değeri iletilir.A lightweight, fire-and-forget SDK embedded in the application. It records what the gateway cannot see — model identity, tokens, prompt/response hash and agentic steps. It is multi-language, and raw content is never transmitted; only the hash value is sent.

  • Model sürümü, token ve agentic traceModel version, tokens and agentic trace
  • Talimat ve yanıt yerel olarak hash'lenirPrompt and response are hashed locally
  • RAG grounding ve açıklama tutarlılığıRAG grounding and explanation consistency
# Python — model katmanındaat the model layer sig.observe( correlation_id="CASE-8842", model="gpt-4o", input_tokens=812, prompt=prompt, response=answer, # sha256 grounding=[{"doc":"kredi-politika","v":"3"}] )

Kullanım durumuUse case

Dilden bağımsız entegrasyonLanguage-agnostic integration

Uygulamanın yanında çalışan, loopback üzerinde tek bir endpoint açan ve yalnızca yapılandırma ile kurulan bir ajan. Uygulama hangi dilde olursa olsun, tek bir yerel çağrıyla ve sır taşımadan gözlem iletir. Hazır SDK'sı bulunmayan diller için uygundur.An agent that runs alongside the application, exposes a single loopback endpoint and is set up through configuration only. Regardless of the application's language, it sends observations with a single local call and without carrying secrets. It is suitable for languages without a ready SDK.

  • Yalnızca yapılandırma, minimum kod değişikliğiConfiguration only, minimal code change
  • Sırlar uygulamada tutulmazSecrets are not held in the application
  • Tek statik binary, distroless imajA single static binary, distroless image
# sidecar.yaml listen: 127.0.0.1:7676 ingestUrl: https://sigillum.internal/ingest/v1/observation tenantId: bank-01 redact: [tckn, iban, card]
Karar tablosuDecision matrix

Yöntemlere göre denetim yetenekleriAudit capabilities by method

YetenekCapability Gateway Tap In-app SDK Sidecar
İşlem düzeyi denetimTransaction-level audit
Evidence Pack ve KVKK ilgili-kişiEvidence Pack and KVKK subject-access
Model kimliği, token, agentic traceModel identity, tokens, agentic trace kısmipartial
Talimat/yanıt hash'i ve RAG groundingPrompt/response hash and RAG grounding
Açıklama tutarlılığı tespitiExplanation-consistency detection kısmipartial
Kod değişikliğiCode change yoknone SDK çağrısıSDK call yapılandırmaconfiguration

Gateway Tap, işlem düzeyi denetimi tek başına karşılar. Model düzeyinde derinlik için In-app SDK veya Sidecar eklenir. Üç yöntem de aynı ingestion endpoint'ini kullanır ve birlikte çalışır.Gateway Tap covers transaction-level audit on its own. For model-level depth, the In-app SDK or Sidecar is added. All three methods use the same ingestion endpoint and operate together.

Diller ve SDK ailesiLanguages and SDK family

Çok dilli SDK ailesiA multi-language SDK family

.NETJavaKotlinPythonGoNode / TSReactVueReact NativeSwiftBrowser

İstemci ve mobil tarafta gözlemler, sır taşımadan bankanın kendi backend'ine veya sidecar'a iletilir; ingestion API anahtarı hiçbir zaman istemciye gömülmez.On the client and mobile side, observations are relayed to the bank's own backend or the sidecar without secrets; the ingestion API key is never embedded in the client.

İletişimGet in touch

Mevcut teknoloji yığınınıza entegre olun.Integrate with your existing technology stack.

On-premise bir pilot kurulum ve canlı demo için ekibimizle iletişime geçin. Kurulum, bankanızın mevcut yapay zekâ akışına müdahale etmeden gerçekleştirilir.Contact our team for an on-premise pilot deployment and a live demonstration. Deployment is carried out without interfering with your existing AI flow.