{
  "status": "ok",
  "service": "semeai-gate-basic",
  "api_version": "0.1",
  "schema_version": "0.1",
  "account_endpoints": [
    "/v0/register",
    "/v0/verify",
    "/v0/login",
    "/v0/logout",
    "/v0/password/forgot",
    "/v0/password/reset",
    "/v0/account",
    "/v0/usage",
    "/v0/keys",
    "/v0/team",
    "/v0/team/invite",
    "/v0/team/accept",
    "/v0/team/remove",
    "/v0/plans",
    "/v0/auth/providers",
    "/v0/oauth/google/start",
    "/v0/oauth/google/callback",
    "/v0/workspace/skills",
    "/v0/workspace/skills/{skill_record_id}",
    "/v0/billing/one-click-pay",
    "/v0/billing/pay",
    "/v0/billing/manual-crypto-intent",
    "/v0/billing/submit-txid",
    "/v0/billing/stripe/checkout",
    "/v0/billing/stripe/portal",
    "/v0/billing/stripe/webhook"
  ],
  "password_auth": true,
  "session_auth": true,
  "oauth": true,
  "teams": true,
  "stripe": true,
  "key_endpoints": [
    "/v0/keys",
    "/v0/keys/rotate",
    "/v0/keys/revoke"
  ],
  "billing_endpoints": [
    "/v0/billing/status",
    "/v0/billing/manual-crypto-intent",
    "/v0/billing/submit-txid"
  ],
  "status_endpoint": "/v0/status",
  "admin_endpoints": [
    "/v0/admin/workspaces",
    "/v0/admin/billing-reviews",
    "/v0/admin/workspaces/{workspace_id}/activate"
  ],
  "skill_registry": {
    "workspace_persistence": true,
    "admission_authority_configured": false,
    "admission_enabled": false,
    "candidate_retention_is_admission": false,
    "skill_admission_is_release_authority": false,
    "distribution_implemented": false,
    "workspace_endpoints": [
      "/v0/workspace/skills",
      "/v0/workspace/skills/{skill_record_id}"
    ],
    "operator_decision_endpoint": "/v0/operator/workspaces/{workspace_id}/skills/{skill_record_id}/decision"
  },
  "public_archive": {
    "endpoint": "/v0/archive/query",
    "index_visibility": "PUBLIC_ONLY",
    "private_archive_included": false,
    "raw_archive_included": false,
    "online_ingestion_enabled": false,
    "retrieval_is_truth": false,
    "candidate_is_released_answer": false,
    "release_authority": "SaC/PoR Gate",
    "decision_and_execution_receipts_are_distinct": true
  },
  "email_verification": {
    "configured": true,
    "provider": "resend",
    "from_email": "noreply@semeai.tech",
    "operator_email": "anton_semenenko@semeai.tech",
    "feedback_email": "support@semeai.tech",
    "automatic_email_delivery": true,
    "outbox_dir_env": "SEMEAI_GATE_EMAIL_OUTBOX_DIR",
    "resend_key_env": "SEMEAI_GATE_RESEND_API_KEY",
    "note": "When Resend/SMTP is configured, verification emails are sent automatically. Otherwise a durable outbox + verification URL is used.",
    "required": true
  },
  "billing": {
    "provider": "manual_usdt_trc20",
    "network": "TRC20",
    "asset": "USDT",
    "payment_address": "TJmrrUrpsRpG3u9H4FE9oVyCRPYQYEpG27",
    "default_amount_usdt": "25.00",
    "stripe_enabled": false,
    "automatic_onchain_verification": true,
    "onchain_provider": "trongrid",
    "payment_metadata_is_gate_authority": false,
    "review_email": "support@semeai.tech",
    "usage_meter": true
  },
  "operator_contact": {
    "operator_email": "anton_semenenko@semeai.tech",
    "feedback_email": "support@semeai.tech",
    "payment_address": "TJmrrUrpsRpG3u9H4FE9oVyCRPYQYEpG27",
    "network": "TRC20",
    "asset": "USDT",
    "default_amount_usdt": "25.00",
    "billing_provider": "manual_usdt_trc20",
    "stripe_enabled": false,
    "manual_review_required": true,
    "pilot_note": "Send USDT on TRC20, submit TXID in account console, then email support@semeai.tech with workspace_id + invoice_id + txid for faster review."
  },
  "storage": {
    "persistent_outputs_mount": "/app/outputs",
    "receipts_dir_env": "SEMEAI_GATE_RECEIPT_DIR",
    "accounts_dir_env": "SEMEAI_GATE_ACCOUNT_DIR"
  },
  "public_actions": [
    "SHOW",
    "REVIEW",
    "BLOCK"
  ],
  "internal_decisions": [
    "PROCEED",
    "NEEDS_REVIEW",
    "SILENCE"
  ],
  "silence_means": "release_denied_execution_withheld_audit_preserved",
  "payment_metadata_is_gate_authority": false,
  "dependencies": {
    "product_site": "https://github.com/SemeAIPletinnya/semeai.tech",
    "gate_basic": "https://github.com/SemeAIPletinnya/semeai-gate-basic",
    "governance_source": "https://github.com/SemeAIPletinnya/silence-as-control"
  },
  "rate_limits": {
    "daily_limits_by_tier": {
      "unpaid": 5,
      "free": 5,
      "trial": 5,
      "pilot": 1000,
      "starter": 1000,
      "developer": 10000,
      "growth": 10000,
      "enterprise_review": 50000,
      "scale": 50000,
      "enterprise": 100000
    },
    "window": "UTC day",
    "endpoint": "POST /v0/check",
    "demo_endpoint": "POST /v0/demo/check (not counted against workspace quota)",
    "archive_endpoint": "POST /v0/archive/query (not counted against workspace quota)",
    "demo_rate_limit": {
      "window": "1 minute per client identity",
      "limit": 60,
      "configured_override_env": "SEMEAI_GATE_PUBLIC_DEMO_RATE_LIMIT_PER_MINUTE",
      "raw_client_identity_stored": false,
      "enforced": true
    },
    "configured_override_env": "SEMEAI_GATE_DAILY_CHECK_LIMIT"
  }
}