forge_service_create
Create a new service linking an agent and a context graph into a deployable unit. Requires both components to already have at least one version.
Instructions
Create a new service linking an agent and context graph into a deployable unit. IMPORTANT: Both the agent and context graph must already have at least one version before creating the service.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | ID of the agent to link | |
| service_hierarchical_state_machine_id | Yes | ID of the context graph to link | |
| name | Yes | Service name | |
| description | Yes | Brief description of what this service does | |
| is_active | Yes | Whether the service is active | |
| keyterms | Yes | Keywords for audio transcription correction (each: 1-3 lowercase words, a-z and hyphens only) | |
| tags | Yes | Tags (alphanumeric keys and values, no hyphens or special characters) | |
| org_id | No | Org ID (uses active org if omitted) |