Rust Edition 2024 ยท Sub-Millisecond Cold Starts

High-Performance Intelligence CLI for TIC

A native, lightning-fast command-line tool and agent interface for the TIC (tic.io) business intelligence and datasets API. Company lookups, beneficial owners, corporate graphs, debtor summaries, and bankruptcy records.

# Install via cargo
$ cargo install --git https://github.com/SpaceCorps/Tic-Cli --locked

# Authenticate interactively (stores key securely in OS keystore)
$ tic login work

# Look up company by Swedish organization number
$ tic company get 556792-6687

# Query beneficial owners or corporate ownership graph
$ tic company beneficial-owners 3325421
$ tic company graph 3325421

# Raw JSON output for agents and jq
$ tic company get 556792-6687 --json | jq .name
โšก

Native Speed & Safety

Built with Rust Edition 2024 and compiled with full LTO. Executes in 1โ€“3 ms cold-start with zero interpreter or managed runtime overhead.

๐Ÿ”

Secure OS Keystore

Never leaks secrets into plaintext config files. Seamlessly stores keys in macOS Keychain, Windows DPAPI, or Linux Secret Service.

๐Ÿค–

Agentic Architecture

YAML terminal output by default, structured JSON via --json, embedded self-documentation via tic agent-readme, and stable numeric exit codes.

๐Ÿข

Corporate Intelligence

Deep company lookups, registry search, board parties, anomaly red flags, Kronofogden debtor summaries, and properties.

๐Ÿš—

Vehicle & Fleet Registry

Search Swedish vehicle records by licence plate or VIN, and inspect fleet vehicles registered to corporate entities.

โš–๏ธ

Bankruptcy Records

Query official Swedish bankruptcy filings and initiated proceedings with flexible filters, sorting, and pagination.

Command Overview

Command Description Example
tic company get <REG_NR> Look up company by organization number tic company get 556792-6687
tic company get-by-id <ID> Look up company by internal TIC ID tic company get-by-id 3325421
tic company search <QUERY> Search companies by name, address, or email tic company search "Volvo"
tic company beneficial-owners <ID> Retrieve beneficial ownership (UBO) tic company beneficial-owners 3325421
tic company graph <ID> Ownership graph network tic company graph 3325421
tic company debtor-summary <ID> Kronofogden unpaid debt records tic company debtor-summary 3325421
tic person search <QUERY> Search persons by personal identity number tic person search 198207174171
tic vehicle search <QUERY> Search vehicle registry by plate or VIN tic vehicle search "ABC123"
tic bankruptcy search <QUERY> Search bankruptcy records and filings tic bankruptcy search "5566778899"
tic agent-readme Embedded manual for LLM agents tic agent-readme --json