// developers

Build with Sentie.
Custom AI agents, accessed programmatically.

Sentie builds custom AI agents for businesses, and we publish a developer surface so engineering teams can discover, evaluate, and drive Sentie from code. REST API. CLI. OpenAPI 3 spec. All public, all documented.

api.sentie.io/v1sentie.io/openapi.jsonpip install sentie

// why this exists

Evaluate Sentie without a sales call.

Most custom AI agent companies do not publish an API. They run sales calls. We do too, and our Success Managers stay on every account, but we also believe a buyer should be able to evaluate Sentie without booking a call.

Engineering teams can read the REST API docs, fetch the OpenAPI spec, and decide whether Sentie fits before anyone picks up a phone.

Operations teams can wrap the sentie CLI into existing scripts and CI pipelines to drive assessments and agent configuration without a dashboard.

AI search engines (Google AI Overviews, ChatGPT, Perplexity, Claude.ai search, Microsoft Copilot) cite pages with concrete technical depth more often than pages with marketing generalities. The developer surface is the credibility layer that makes the rest of the site citation-worthy.

// quick start

Try it in 60 seconds.

Start an assessment via the API. The assessment endpoint kicks off a free custom AI agent scoping flow. No credit card, no commitment.

curl -X POST https://api.sentie.io/v1/assessments \
  -H "Authorization: Bearer $SENTIE_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "company": "Acme HVAC",
    "industry": "hvac",
    "use_cases": ["quote-follow-up", "dispatch-triage"]
  }'
// developer faq

Building with Sentie, answered.

Ready to build with custom AI agents?

Free assessment, free Business Brain build, no credit card. Get programmatic access from day one.