SICenter Logo
FeaturesMCPPricingDocsBlog
Log inGet started
Documentation

Learn how to use
SICenter.

Comprehensive guides and API documentation to help you get the most out of our platform.

Documentation is in active development. The MCP server reference is available at /mcp. For early access to API docs contact support@sicenter.io.

⌘K
Quick Start

From zero to first scan in 4 steps.

01

Create an account

Sign up for free and verify your email address.

02

Add your first domain

Enter your domain in the search bar to start scanning.

03

Review results

Analyze vulnerabilities, assets, and security score.

04

Take action

Use insights to prioritize and remediate issues.

Browse by Topic

Everything you need to build with SICenter.

Getting Started

Quick-start guides and tutorials.

Introduction to SICenterSoon
Creating your first scanSoon
Understanding your dashboardSoon
Interpreting security scoresSoon

Security Features

Deep dive into security capabilities.

Attack surface discoverySoon
Vulnerability assessmentSoon
SSL/TLS analysisSoon
Dark web monitoringSoon

API Reference

Integrate SICenter into your workflow.

AuthenticationSoon
Domains APISoon
Scans APISoon
WebhooksSoon
Verify webhook signatures

Integrations

Connect SICenter with your existing tools.

Slack integrationJira integration
GitHub integrationSoon
Custom webhooksSoon
API Example

Simple, powerful API.

Integrate SICenter into your security workflows with an easy-to-use SDK. Available for Node.js, Python, Go, and more.

Manage API keys
scan.ts
// Initialize the SICenter client
import { SICClient } from '@sicenter/sdk';
const client = new SICClient({
apiKey: process.env.SIC_API_KEY
});
// Start a new scan
const scan = await client.scans.create({
domain: 'example.com',
options: {
deep: true,
ports: 'common'
}
});
// Get scan results
const results = await client.scans.get(scan.id);
console.log(results.score); // 87

Need help?

Documentation is in active development. Reach out to the team directly while we build it out.

Contact usMCP server docs
SICenter Logo

Building a safer cyberspace. Discover, monitor, and secure your external attack surface — all from one console.

Product

  • Features
  • Pricing
  • Docs
  • Blog

Company

  • About
  • Security
  • Contact

Resources

  • security@sicenter.io
  • Status
  • Changelog

© 2026 SICenter — Strategic Intelligence Center

Status