You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the free 14 day trial, Elastic provides access to one hosted deployment and one serverless project. If all you want to do is try out Elastic, the trial includes more than enough to get you started. During the trial period, some limitations apply.
59
+
During the free 14 day trial, Elastic provides access to one hosted deployment and three {{serverless-short}} projects. If all you want to do is try out Elastic, the trial includes more than enough to get you started. During the trial period, some limitations apply.
60
60
61
61
**Hosted deployments**
62
62
@@ -70,10 +70,10 @@ For more information, check the [{{ech}} documentation](cloud-hosted.md).
70
70
71
71
**Serverless projects**
72
72
73
-
* You can have one active serverless project at a time.
73
+
* You can have three active {{serverless-short}} projects at a time.
74
74
* Search Power is limited to 100. This setting only exists in {{es-serverless}} projects
75
75
* Search Boost Window is limited to 7 days. This setting only exists in {{es-serverless}} projects
76
-
* Scaling is limited for serverless projects in trials. Failures might occur if the workload requires memory or compute beyond what the above search power and search boost window setting limits can provide.
76
+
* Scaling is limited for {{serverless-short}} projects in trials. Failures might occur if the workload requires memory or compute beyond what the above search power and search boost window setting limits can provide.
77
77
* We monitor token usage per account for the Elastic Managed LLM. If an account uses over one million tokens in 24 hours, we will inform you and then disable access to the LLM. This is in accordance with our fair use policy for trials.
78
78
79
79
**Remove limitations**
@@ -95,7 +95,7 @@ Start by checking out some common approaches for [moving data into {{ecloud}}](/
95
95
96
96
### Maintain access to your trial projects and data [general-sign-up-trial-what-happens-at-the-end-of-the-trial]
97
97
98
-
When your trial expires, the deployment and project that you created during the trial period are suspended until you subscribe to [{{ecloud}}](/deploy-manage/cloud-organization/billing/add-billing-details.md). When you subscribe, you are able to resume your deployment and serverless project, and regain access to the ingested data. After your trial expires, you have 30 days to subscribe. After 30 days, your deployment, serverless project, and ingested data are permanently deleted.
98
+
When your trial expires, the deployment and projects that you created during the trial period are suspended until you subscribe to [{{ecloud}}](/deploy-manage/cloud-organization/billing/add-billing-details.md). When you subscribe, you are able to resume your deployment and {{serverless-short}} projects, and regain access to the ingested data. After your trial expires, you have 30 days to subscribe. After 30 days, your deployment, {{serverless-short}} projects, and ingested data are permanently deleted.
99
99
100
100
If you’re interested in learning more ways to subscribe to {{ecloud}}, don’t hesitate to [contact us](https://www.elastic.co/contact).
Communicate with the MCP server using JSON-RPC 2.0.
685
-
686
-
```bash
687
-
curl -X POST "https://${KIBANA_URL}/api/agent_builder/mcp" \
688
-
-H "Authorization: ApiKey ${API_KEY}" \
689
-
-H "Content-Type: application/json" \
690
-
-H "Accept: application/json" \
691
-
-H "kbn-xsrf: true" \
692
-
-d '{
693
-
"jsonrpc": "2.0",
694
-
"id": 1,
695
-
"method": "tools/list"
696
-
}'
697
-
```
698
-
If you're using Spaces, you need to prefix `/api/agent_builder` with `/s/<space_name>`. Refer to [Working with Spaces](#working-with-spaces).
699
-
700
-
:::{note}
701
-
This endpoint uses the JSON-RPC protocol. The MCP server is used by AI clients like Claude Desktop, Cursor, and VS Code extensions to access your Elastic tools. Use this {{kib}} API endpoint for testing MCP connectivity or debugging protocol communication. This endpoint requires JSON-RPC formatting and does not work from the Dev Tools Console.
682
+
:::{important}
683
+
You shouldn't use the REST APIs to interact with the A2A endpoint, apart from getting the A2A agent card configuration.
684
+
Refer to [](a2a-server.md) for more information about using the A2A protocol.
702
685
:::
703
686
704
-
### A2A protocol
705
-
706
-
Refer to [](a2a-server.md) for more information.
707
-
708
687
**Example:** Get A2A agent card configuration
709
688
710
-
This example uses the [get A2A agent card API](https://www.elastic.co/docs/api/doc/kibana/operation/operation-get-agent-builder-a2a-agentid-json).
711
-
712
689
::::{tab-set}
713
690
:group: api-examples
714
691
@@ -732,47 +709,6 @@ curl -X GET "https://${KIBANA_URL}/api/agent_builder/a2a/{agentId}.json" \
732
709
::::
733
710
734
711
735
-
% TODO: Execute A2A agent task section - commented out until ready
736
-
% Execute A2A agent task
737
-
% ::::{tab-set}
738
-
% :group: api-examples
739
-
%
740
-
% :::{tab-item} Console
741
-
% :sync: console
742
-
% :::{note}
743
-
% This endpoint uses the JSON-RPC protocol, which cannot be executed in the Dev Tools Console.
744
-
% Use curl or another HTTP client.
745
-
% :::
746
-
%
747
-
% :::{tab-item} curl
748
-
% :sync: curl
749
-
% ```bash
750
-
% curl -X POST "https://${KIBANA_URL}/api/agent_builder/a2a/{agentId}" \
751
-
% -H "Authorization: ApiKey ${API_KEY}" \
752
-
% -H "kbn-xsrf: true" \
753
-
% -H "Content-Type: application/json" \
754
-
% -d '{
755
-
% "jsonrpc": "2.0",
756
-
% "method": "complete",
757
-
% "params": {
758
-
% "messages": [
759
-
% {
760
-
% "role": "user",
761
-
% "content": "Hello from A2A protocol"
762
-
% }
763
-
% ]
764
-
% },
765
-
% "id": "task-123"
766
-
% }'
767
-
% ```
768
-
% :::
769
-
%
770
-
% ::::
771
-
772
-
773
-
774
-
775
-
776
712
## API reference
777
713
778
-
For the full API documentation, refer to the [{{kib}} API reference](https://www.elastic.co/docs/api/doc/kibana/group/endpoint-agent-builder).
714
+
For the full API documentation, refer to the [{{kib}} API reference](https://www.elastic.co/docs/api/doc/kibana/group/endpoint-agent-builder).
0 commit comments