// 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// surfaces
Two ways to build with Sentie.
REST API
Custom AI agents over HTTPS
Canonical surface. Bearer auth. Stable v1 contract. Endpoints for assessments, agents, capabilities, integrations, and pricing. Everything else wraps this.
api.sentie.io/v1 →
CLI
sentie command-line tool
For terminals, scripts, and CI. Install via pip or npm. Configure once, then drive assessments, agents, and integrations from the shell.
pip install sentie →
OpenAPI 3 spec
Full machine-readable schema for the entire REST API.
// 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"]
}'Building with Sentie, answered.
Don't see your questions answered? Book a call with a human Success Manager.
Still have questions?
Speak to a human Success Manager.
Ready to build with custom AI agents?
Free assessment, free Business Brain build, no credit card. Get programmatic access from day one.