Documentation & Guides
Everything you need to build AI agents and workflows
Complete developer guides, architectural patterns, and production API references for orchestrating autonomous agents, semantic knowledge, and secure integrations.
Quickstart
Get Started in Minutes
Trigger intelligent agent execution with simple HTTP requests or typed SDK clients.
Run Autonomous Agent Example
CURL
curl -X POST https://api.fidsorcloud.com/v1/agents/run \
-H "Authorization: Bearer fsc_live_948a27b8..." \
-H "Content-Type: application/json" \
-d '{
"agent_id": "sales-qualifier-v2",
"prompt": "Analyze incoming lead: Acme Corp, 450 employees, interested in multi-agent automation.",
"tools": ["crm_lookup", "calendar_scheduler"],
"max_steps": 5
}'Guides & Tutorials
Core Platform Guides
Deep dives into autonomous agent behavior, semantic indexing, enterprise governance, and APIs.
API Reference
REST API Reference
Standard JSON HTTP endpoints supporting streaming completions, idempotency keys, and sub-second responses.
| Method | Endpoint | Description |
|---|---|---|
| POST | /v1/agents/run | Execute a multi-step task with reasoning and tool access. |
| POST | /v1/chat/completions | Stream conversational completions grounded in verified company context. |
| POST | /v1/knowledge/ingest | Upload and vectorize documents, spreadsheets, or web urls. |
| POST | /v1/knowledge/query | Semantic search returning relevant context with source citations. |
| GET | /v1/runs/{run_id} | Poll execution status, audit logs, and approval checkpoints. |
Ready to architect custom AI workflows?
Connect directly with our AI engineering team to scope your use cases and explore production deployment.