
Developer Docs
Developer Documentation
Everything you need to build, deploy, and scale AI agents
Getting Started
- Quick Start GuideDeploy your first agent in under 5 minutes
- Platform OverviewArchitecture, concepts, and key terminology
- Account SetupWorkspace creation, team invites, and initial configuration
Authentication
- API KeysGenerate and manage API keys for programmatic access
- OAuth 2.0Connect third-party apps using OAuth flows
- SSO / SAML SetupConfigure enterprise single sign-on
Agents
- Creating Your First AgentStep-by-step agent creation walkthrough
- Agent ConfigurationSystem prompts, tools, memory settings, and personas
- Agent VersioningDeploy, rollback, and A/B test agent versions
Knowledge Sources
- Connecting DocumentsIngest PDFs, Word docs, and text files
- Database ConnectorsConnect PostgreSQL, MySQL, and other databases
- API Data SourcesPull live data from REST APIs and webhooks
Integrations
- Integration CatalogBrowse all available integrations
- Slack IntegrationDeploy agents in Slack channels and DMs
- CRM ConnectorsSalesforce, HubSpot, Pipedrive setup guides
API Reference
- REST EndpointsComplete API endpoint documentation
- SDKs & LibrariesNode.js, Python, Go, and more
- WebhooksEvent-driven agent automation
Workflow Orchestration
- Multi-Agent WorkflowsCoordinate multiple agents
- Conditional LogicRoute conversations based on conditions
- State ManagementMaintain context across interactions
Prompt Controls
- System PromptsDefine agent behavior and personality
- Few-Shot PromptingImprove accuracy with examples
- Token ManagementOptimize context window usage
Evaluation & Testing
- Unit TestingBuild tests for agent responses
- A/B TestingCompare different agent configurations
- Quality MetricsTrack accuracy and performance
Observability
- LoggingCapture detailed execution traces
- Metrics DashboardMonitor usage and performance
- Error TrackingDebug issues with full context
Deployment
- Cloud DeploymentDeploy to Macneil Cloud
- Self-HostedRun agents on your infrastructure
- ScalingHandle millions of agent runs
Security & Compliance
- Data EncryptionEnd-to-end encryption in transit and at rest
- Access ControlRole-based permissions and team management
- ComplianceSOC 2, HIPAA, and GDPR support
API Quick Reference
Get started with our REST API
curl -X POST https://api.mymacmart.com/v1/agents/run \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"agent_id": "agt_xxx",
"input": "What is our refund policy?"
}'Can't find what you need?
Contact our support team for help with documentation or technical questions
Get Support