Documentation
Everything you need to build with 1cPlatform
Get up and running in 5 minutes
Complete API documentation
- REST API Endpoints
- GraphQL Schema
- WebSocket Events
- Error Codes
- Building AI Agents
- Workflow Automation
- Data Integration
- Security Best Practices
// Install the SDK
npm install @1cplatform/sdk
// Initialize the client
import { OneC } from '@1cplatform/sdk';
const client = new OneC({
apiKey: process.env.ONEC_API_KEY
});
// Create an AI agent
const agent = await client.agents.create({
name: 'my-first-agent',
model: 'gpt-4',
instructions: 'You are a helpful assistant'
});
console.log('Agent created:', agent.id);Documentation FAQ
Common questions about building with 1C Platform.
Explore Related Resources
Explore related topics and resources on the 1C Platform.
API Reference
Full API reference for the 1C Platform. Endpoints, authentication, and code examples in multiple languages.
Blog - AI Insights & Articles
In-depth articles on agentic AI, generative AI, AI governance, architecture, design, and enterprise adoption.
Community
Join our active community of AI developers, share projects, and get support from peers and experts.
Events & Webinars
Upcoming conferences, workshops, webinars, and hackathons for the AI community.
Agentic AI Platform
Deploy autonomous AI agents that handle complex multi-step workflows. Multi-agent orchestration, no-code development, and enterprise integration.
Enterprise Suite - AI-Powered ERP & CRM
Unified enterprise operating system with ERP, CRM, financial management, HR/payroll, supply chain, and business intelligence.
Cloud Platform
Scalable cloud infrastructure for enterprise AI deployment. Multi-region, auto-scaling, and enterprise-grade security.
Developer Tools & SDK
Build custom AI agents with our comprehensive SDK, CLI tools, and developer APIs. Full documentation and code examples.
